Skip to content

Commit 0b9df73

Browse files
Merge branch '3.4'
* 3.4: [Bridge/PhpUnit] Fix compat with phpunit 4.8 & bridge <=3.3.13 Move deprecation under use statements Remove function_exists(__phpunit_run_isolated_test) checks
2 parents ae4234b + b10f2f2 commit 0b9df73

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)