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.
2 parents 53f95fd + 2c79dbf commit 382a232Copy full SHA for 382a232
Tests/Fixtures/Validation/Article.php
@@ -2,9 +2,7 @@
2
3
namespace Symfony\Bundle\FrameworkBundle\Tests\Fixtures\Validation;
4
5
-if (!function_exists('__phpunit_run_isolated_test')) {
6
- class Article implements NotExistingInterface
7
- {
8
- public $category;
9
- }
+class Article implements NotExistingInterface
+{
+ public $category;
10
}
0 commit comments