8000 minor #21740 Fix missing namespace in test (chalasr) · symfony/symfony@fe5a308 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe5a308

Browse files
minor #21740 Fix missing namespace in test (chalasr)
This PR was merged into the 2.7 branch. Discussion ---------- Fix missing namespace in test | Q | A | ------------- | --- | Branch? | 2.7 | Tests pass? | yes Commits ------- 1e9ca7b Fix missing namespace in AddConstraintValidatorPassTest
2 parents fcb83a8 + 1e9ca7b commit fe5a308

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* file that was distributed with this source code.
1010
*/
1111

12+
namespace Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\Compiler;
13+
1214
use PHPUnit\Framework\TestCase;
1315
use Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddConstraintValidatorsPass;
1416

0 commit comments

Comments
 (0)
0