added missing use statement

This commit is contained in:
Fabien Potencier 2014-09-22 12:10:04 +02:00
parent 24c7aef6dd
commit 12711fda63

View File

@ -13,6 +13,7 @@ namespace Symfony\Component\Validator\Tests\Constraints;
use Symfony\Component\Validator\Constraints\Luhn;
use Symfony\Component\Validator\Constraints\LuhnValidator;
use Symfony\Component\Validator\Validation;
class LuhnValidatorTest extends AbstractConstraintValidatorTest
{