8000 [Validator] fixed component standalone tests · symfony/symfony@158939e · GitHub
[go: up one dir, main page]

Skip to content

Commit 158939e

Browse files
committed
[Validator] fixed component standalone tests
1 parent 09a3c4c commit 158939e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
use Symfony\Component\Validator\Mapping\Loader\AnnotationLoader;
2323
use Symfony< 893F /span>\Component\Validator\Tests\Fixtures\ConstraintA;
2424

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+
2535
class AnnotationLoaderTest extends \PHPUnit_Framework_TestCase
2636
{
2737
public function testLoadClassMetadataReturnsTrueIfSuccessful()

0 commit comments

Comments
 (0)
0