From 1e9ca7beadaa6416d25daf3c1056b4b831c43633 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Thu, 23 Feb 2017 22:30:07 +0100 Subject: [PATCH] Fix missing namespace in AddConstraintValidatorPassTest --- .../Compiler/AddConstraintValidatorsPassTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php index abfaa1d074..e58068900f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php @@ -9,6 +9,8 @@ * file that was distributed with this source code. */ +namespace Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\Compiler; + use PHPUnit\Framework\TestCase; use Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddConstraintValidatorsPass;