added missing use statement

This commit is contained in:
Fabien Potencier 2014-09-22 11:21:49 +02:00
parent b91866f6c1
commit 24c7aef6dd

View File

@ -13,6 +13,7 @@ namespace Symfony\Component\Validator\Tests\Constraints;
use Symfony\Component\Validator\Constraints\Length;
use Symfony\Component\Validator\Constraints\LengthValidator;
use Symfony\Component\Validator\Validation;
class LengthValidatorTest extends AbstractConstraintValidatorTest
{