Skip to content

Commit

Permalink
Ensure WebTestCaseTest run in separate process
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Dec 9, 2020
1 parent c3d30ac commit 27b4594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Test/ConfigSqliteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27b4594

Please sign in to comment.