Skip to content

Commit 07bdd59

Browse files
Merge branch '3.3' into 3.4
* 3.3: [Bridge/PhpUnit] Fix compat with phpunit 4.8 & bridge <=3.3.13 Remove function_exists(__phpunit_run_isolated_test) checks
2 parents 29034c9 + 9e2bf42 commit 07bdd59

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)