File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/Symfony/Component/Validator/Tests/Mapping/Loader Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
22
use Symfony \Component \Validator \Mapping \Loader \AnnotationLoader ;
23
23
use Symfony<
893F
/span>\Component \Validator \Tests \Fixtures \ConstraintA ;
24
24
25
+ require_once __DIR__ .'/../../../Constraints/All.php ' ;
26
+ require_once __DIR__ .'/../../../Constraints/Callback.php ' ;
27
+ require_once __DIR__ .'/../../../Constraints/Choice.php ' ;
28
+ require_once __DIR__ .'/../../../Constraints/Collection.php ' ;
29
+ require_once __DIR__ .'/../../../Constraints/GroupSequence.php ' ;
30
+ require_once __DIR__ .'/../../../Constraints/GroupSequenceProvider.php ' ;
31
+ require_once __DIR__ .'/../../../Constraints/NotNull.php ' ;
32
+ require_once __DIR__ .'/../../../Constraints/Range.php ' ;
33
+ require_once __DIR__ .'/../../Fixtures/ConstraintA.php ' ;
34
+
25
35
class AnnotationLoaderTest extends \PHPUnit_Framework_TestCase
26
36
{
27
37
public function testLoadClassMetadataReturnsTrueIfSuccessful ()
You can’t perform that action at this time.
0 commit comments