8000
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 59cd05f commit fb97786Copy full SHA for fb97786
src/Symfony/Component/Validator/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
{
src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php
use Symfony\Component\Validator\Constraints\Locale;
use Symfony\Component\Validator\Constraints\LocaleValidator;
class LocaleValidatorTest extends AbstractConstraintValidatorTest
0 commit comments