Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91606b5

Browse files
committed
[Validator] removed obsolete code
1 parent 5aa44ee commit 91606b5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@
2323
use Symfony\Component\Validator\Mapping\Loader\AnnotationLoader;
2424
use Symfony\Component\Validator\Tests\Fixtures\ConstraintA;
2525

26-
require_once __DIR__.'/../../../Constraints/All.php';
27-
require_once __DIR__.'/../../../Constraints/Callback.php';
28-
require_once __DIR__.'/../../../Constraints/Choice.php';
29-
require_once __DIR__.'/../../../Constraints/Collection.php';
30-
require_once __DIR__.'/../../../Constraints/GroupSequence.php';
31-
require_once __DIR__.'/../../../Constraints/GroupSequenceProvider.php';
32-
require_once __DIR__.'/../../../Constraints/NotNull.php';
33-
require_once __DIR__.'/../../../Constraints/Range.php';
34-
require_once __DIR__.'/../../Fixtures/ConstraintA.php';
35-
3626
class AnnotationLoaderTest extends \PHPUnit_Framework_TestCase
3727
{
3828
public function testLoadClassMetadataReturnsTrueIfSuccessful()

0 commit comments

Comments
 (0)