Disable transactions in SiteTreeContentReview test

This commit is contained in:
Robbie Averill 2018-06-20 18:51:00 +12:00
parent c6c7b18a5c
commit ca9faaf4bd
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ use SilverStripe\Versioned\Versioned;
*/ */
class SiteTreeContentReviewTest extends ContentReviewBaseTest class SiteTreeContentReviewTest extends ContentReviewBaseTest
{ {
protected $usesTransactions = false;
/** /**
* @var string * @var string
*/ */