diff --git a/tests/Test/ConfigSqliteTest.php b/tests/Test/ConfigSqliteTest.php index 7628761b..f68c8017 100644 --- a/tests/Test/ConfigSqliteTest.php +++ b/tests/Test/ConfigSqliteTest.php @@ -26,6 +26,9 @@ class_alias('\Doctrine\Persistence\ObjectManager', '\Doctrine\Common\Persistence use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; /** + * @runTestsInSeparateProcesses + * @preserveGlobalState disabled + * * @IgnoreAnnotation("depends") */ class ConfigSqliteTest extends KernelTestCase