8000 [Validator] Remove unnecessary include in tests · symfony/symfony@a4a581c · GitHub
[go: up one dir, main page]

Skip to content

Commit a4a581c

Browse files
dunglasfabpot
authored andcommitted
[Validator] Remove unnecessary include in tests
1 parent a6f1e8c commit a4a581c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ public function testLoadClassMetadataIgnoresAbstractMethods()
9898
$this->markTestSkipped('Could not disable error reporting');
9999
}
100100

101-
include __DIR__.'/AbstractStaticMethodLoader.php';
102-
103101
$metadata = new ClassMetadata(__NAMESPACE__.'\AbstractStaticMethodLoader');
104102

105103
$loader = new StaticMethodLoader('loadMetadata');

0 commit comments

Comments
 (0)
0