mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
FIX Disable transactions in SubsiteTest to prevent global state bugs in CWP kitchen sink test suite
This commit is contained in:
parent
ce9dd1a856
commit
fbd98ff402
@ -17,6 +17,8 @@ class SubsiteTest extends BaseSubsiteTest
|
||||
{
|
||||
protected static $fixture_file = 'SubsiteTest.yml';
|
||||
|
||||
protected $usesTransactions = false;
|
||||
|
||||
/**
|
||||
* Original value of $_REQUEST
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user