Skip to content

Commit 382a232

Browse files
Merge branch '2.8' into 3.3
* 2.8: Remove function_exists(__phpunit_run_isolated_test) checks
2 parents 53f95fd + 2c79dbf commit 382a232

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Tests/Fixtures/Validation/Article.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
namespace Symfony\Bundle\FrameworkBundle\Tests\Fixtures\Validation;
44

5-
if (!function_exists('__phpunit_run_isolated_test')) {
6-
class Article implements NotExistingInterface
7-
{
8-
public $category;
9-
}
5+
class Article implements NotExistingInterface
6+
{
7+
public $category;
108
}

0 commit comments

Comments
 (0)