8000 fix merge · symfony/symfony@9719fba · GitHub
[go: up one dir, main page]

Skip to content

Commit 9719fba

Browse files
fix merge
1 parent 6595615 commit 9719fba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Symfony/Component/Config/Tests/Fixtures/BadParent.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Symfony\Component\Config\Tests\Fixtures;
44

5-
class BadParent extends MissingParent
6-
{
5+
if (!function_exists('__phpunit_run_isolated_test')) {
6+
class BadParent extends MissingParent
7+
{
8+
}
79
}

0 commit comments

Comments
 (0)
0