We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d28e25 commit 1c47feaCopy full SHA for 1c47fea
Tests/Constraints/LanguageValidatorTest.php
@@ -14,6 +14,7 @@
14
use Symfony\Component\Intl\Util\IntlTestHelper;
15
use Symfony\Component\Validator\Constraints\Language;
16
use Symfony\Component\Validator\Constraints\LanguageValidator;
17
+use Symfony\Component\Validator\Validation;
18
19
class LanguageValidatorTest extends AbstractConstraintValidatorTest
20
{
Tests/Constraints/LocaleValidatorTest.php
use Symfony\Component\Validator\Constraints\Locale;
use Symfony\Component\Validator\Constraints\LocaleValidator;
class LocaleValidatorTest extends AbstractConstraintValidatorTest
0 commit comments