8000
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 a6f1e8c commit a4a581cCopy full SHA for a4a581c
src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php
@@ -98,8 +98,6 @@ public function testLoadClassMetadataIgnoresAbstractMethods()
98
$this->markTestSkipped('Could not disable error reporting');
99
}
100
101
- include __DIR__.'/AbstractStaticMethodLoader.php';
102
-
103
$metadata = new ClassMetadata(__NAMESPACE__.'\AbstractStaticMethodLoader');
104
105
$loader = new StaticMethodLoader('loadMetadata');
0 commit comments