From bc20ec11ac367f2a0841557289dadc285dd969ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 4 Feb 2015 08:46:49 +0100 Subject: [PATCH] [Validator] Remove unnecessary include in tests --- .../Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php b/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php index 0c9690f4e3508..582933603399a 100644 --- a/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php +++ b/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php @@ -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');