Skip to content

Commit

Permalink
[Validator] Remove unnecessary include in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored and fabpot committed Feb 4, 2015
1 parent 8499b5f commit 121c087
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Mapping/Loader/StaticMethodLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ public function testLoadClassMetadataIgnoresAbstractMethods()
$this->markTestSkipped('Could not disable error reporting');
}

include __DIR__.'/AbstractStaticMethodLoader.php';

$metadata = new ClassMetadata(__NAMESPACE__.'\AbstractStaticMethodLoader');

$loader = new StaticMethodLoader('loadMetadata');
Expand Down

0 comments on commit 121c087

Please sign in to comment.