Skip to content

Commit d5de9d3

Browse files
committed
minor symfony#13584 [Validator] Remove unnecessary include in tests (dunglas)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes symfony#13584). Discussion ---------- [Validator] Remove unnecessary include in tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT | Doc PR | n/a Commits ------- a4a581c [Validator] Remove unnecessary include in tests
2 parents a6f1e8c + a4a581c commit d5de9d3

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)