X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FCore%2FLock%2FDatabaseLockDriverTest.php;h=e5ca825c990a58eec374615d76729bd1509031c8;hb=81e81bd8c8c01389a11a268407c15e56c36d9db3;hp=270d2007913d53ff4fc9943d240f223496ff9dd4;hpb=af6dbc654f82225cfc647fe2072662acae388e47;p=friendica.git diff --git a/tests/src/Core/Lock/DatabaseLockDriverTest.php b/tests/src/Core/Lock/DatabaseLockDriverTest.php index 270d200791..e5ca825c99 100644 --- a/tests/src/Core/Lock/DatabaseLockDriverTest.php +++ b/tests/src/Core/Lock/DatabaseLockDriverTest.php @@ -5,6 +5,10 @@ namespace Friendica\Test\src\Core\Lock; use Friendica\Core\Lock\DatabaseLockDriver; use Friendica\Database\DBA; +/** + * @runTestsInSeparateProcesses + * @preserveGlobalState disabled + */ class DatabaseLockDriverTest extends LockTest { protected function getInstance()