Skip to content

Commit a8a8bf9

Browse files
fix merge
1 parent 598b37f commit a8a8bf9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Tests/Fixtures/Validation/Article.php

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

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

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

0 commit comments

Comments
 (0)