File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/Symfony/Component/Validator/Tests/Mapping/Loader Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 2323use Symfony \Component \Validator \Mapping \Loader \AnnotationLoader ;
2424use 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-
3626class AnnotationLoaderTest extends \PHPUnit_Framework_TestCase
3727{
3828 public function testLoadClassMetadataReturnsTrueIfSuccessful ()
You can’t perform that action at this time.
0 commit comments