mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Disable transactions in SiteTreeContentReview test
This commit is contained in:
parent
c6c7b18a5c
commit
ca9faaf4bd
@ -21,6 +21,8 @@ use SilverStripe\Versioned\Versioned;
|
|||||||
*/
|
*/
|
||||||
class SiteTreeContentReviewTest extends ContentReviewBaseTest
|
class SiteTreeContentReviewTest extends ContentReviewBaseTest
|
||||||
{
|
{
|
||||||
|
protected $usesTransactions = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user