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 3240de1 + 382a232 commit b10f2f2Copy full SHA for b10f2f2
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