Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f99a7b

Browse filesBrowse files
committed
[Validator] removed obsolete code
1 parent 5fcfdaf commit 1f99a7b
Copy full SHA for 1f99a7b

File tree

Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php
-10Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.