Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 119087a

Browse files
minor #21845 [Routing] Fix AnnotationDirectionLoaderTest (chalasr)
This PR was merged into the 3.3-dev branch. Discussion ---------- [Routing] Fix AnnotationDirectionLoaderTest | Q | A | ------------- | --- | Branch? | master | Tests pass? | yes This directory contains more annotated classes on master, one being read twice (perhaps a bug?) Commits ------- 6f84877 [Routing] Fix AnnotationDirectionLoaderTest
2 parents 4484278 + 6f84877 commit 119087a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public function testLoadIgnoresHiddenDirectories()
4444
{
4545
$this->expectAnnotationsToBeReadFrom(array(
4646
'Symfony\Component\Routing\Tests\Fixtures\AnnotatedClasses\BarClass',
47+
'Symfony\Component\Routing\Tests\Fixtures\AnnotatedClasses\BazClass',
48+
'Symfony\Component\Routing\Tests\Fixtures\AnnotatedClasses\BazClass',
4749
'Symfony\Component\Routing\Tests\Fixtures\AnnotatedClasses\FooClass',
4850
));
4951

0 commit comments

Comments
 (0)