diff options
Diffstat (limited to 'tests/Components')
-rw-r--r-- | tests/Components/ComponentTest.php (renamed from tests/Components/FragmentTest.php) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Components/FragmentTest.php b/tests/Components/ComponentTest.php index f8b27fa..b2388a3 100644 --- a/tests/Components/FragmentTest.php +++ b/tests/Components/ComponentTest.php @@ -14,6 +14,8 @@ class ComponentTest extends TestCase /** * @expectedException \Exception * @expectedExceptionMessage Not implemented yet. + * @runInSeparateProcess + * @preserveGlobalState disabled */ public function testParse() { |