[Validator] Fix the namespace of RegexTest

This commit is contained in:
Kévin Dunglas 2018-06-28 13:49:38 +02:00
parent 476ef19b41
commit fe7fc44085
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Constraints;
namespace Symfony\Component\Validator\Tests\Constraints;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Validator\Constraints\Regex;