File tree 1 file changed +0
-10
lines changed
src/Symfony/Component/Validator/Tests/Mapping/Loader 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 23
23
use Symfony \Component \Validator \Mapping \Loader \AnnotationLoader ;
24
24
use Symfony \Component \Validator \Tests \Fixtures \ConstraintA ;
25
25
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
-
36
26
class AnnotationLoaderTest extends \PHPUnit_Framework_TestCase
37
27
{
38
28
public function testLoadClassMetadataReturnsTrueIfSuccessful ()
You can’t perform that action at this time.
0 commit comments