diff --git a/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php index bb5e944c3f..01e4b76609 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php @@ -78,7 +78,8 @@ class LocaleValidatorTest extends LocalizedTestCase return array( array('en'), array('en_US'), - array('my'), + array('pt'), + array('pt_PT'), array('zh_Hans'), ); }