From ca9faaf4bd1fea08e09a53dfd891fda6cba2b708 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Wed, 20 Jun 2018 18:51:00 +1200 Subject: [PATCH] Disable transactions in SiteTreeContentReview test --- tests/php/SiteTreeContentReviewTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/php/SiteTreeContentReviewTest.php b/tests/php/SiteTreeContentReviewTest.php index c4eb791..35a1a79 100644 --- a/tests/php/SiteTreeContentReviewTest.php +++ b/tests/php/SiteTreeContentReviewTest.php @@ -21,6 +21,8 @@ use SilverStripe\Versioned\Versioned; */ class SiteTreeContentReviewTest extends ContentReviewBaseTest { + protected $usesTransactions = false; + /** * @var string */