Skip to content

Commit 1c47fea

Browse files
committed
[Validator] Fixed missing use statements
1 parent 7d28e25 commit 1c47fea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tests/Constraints/LanguageValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Symfony\Component\Intl\Util\IntlTestHelper;
1515
use Symfony\Component\Validator\Constraints\Language;
1616
use Symfony\Component\Validator\Constraints\LanguageValidator;
17+
use Symfony\Component\Validator\Validation;
1718

1819
class LanguageValidatorTest extends AbstractConstraintValidatorTest
1920
{

Tests/Constraints/LocaleValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Symfony\Component\Intl\Util\IntlTestHelper;
1515
use Symfony\Component\Validator\Constraints\Locale;
1616
use Symfony\Component\Validator\Constraints\LocaleValidator;
17+
use Symfony\Component\Validator\Validation;
1718

1819
class LocaleValidatorTest extends AbstractConstraintValidatorTest
1920
{

0 commit comments

Comments
 (0)