Skip to content

Commit d855053

Browse files
committed
Fix missing namespace in AddConstraintValidatorPassTest
1 parent 4003eeb commit d855053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)