Skip to content

Commit 88fc8c2

Browse files
Merge branch '2.7' into 2.8
* 2.7: Remove function_exists(__phpunit_run_isolated_test) checks
2 parents bc84511 + 5c37f6a commit 88fc8c2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Tests/Compiler/OptionalServiceClass.php

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

1414
use Symfony\Bug\NotExistClass;
1515

16-
if (!function_exists('__phpunit_run_isolated_test')) {
17-
class OptionalServiceClass extends NotExistClass
18-
{
19-
}
16+
class OptionalServiceClass extends NotExistClass
17+
{
2018
}

0 commit comments

Comments
 (0)