We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598b37f commit a8a8bf9Copy full SHA for a8a8bf9
Tests/Fixtures/Validation/Article.php
@@ -2,7 +2,9 @@
2
3
namespace Symfony\Bundle\FrameworkBundle\Tests\Fixtures\Validation;
4
5
-class Article implements NotExistingInterface
6
-{
7
- public $category;
+if (!function_exists('__phpunit_run_isolated_test')) {
+ class Article implements NotExistingInterface
+ {
8
+ public $category;
9
+ }
10
}
0 commit comments