Fix missing namespace in AddConstraintValidatorPassTest

This commit is contained in:
Robin Chalas 2017-02-23 22:30:07 +01:00
parent fcb83a8ad0
commit 1e9ca7bead

View File

@ -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;