Explorar o código

[Form] fixed unit tests when intl is not installed

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
e5fa78af31

+ 1 - 1
tests/Symfony/Tests/Component/Form/Extension/Core/Type/CountryTypeTest.php

@@ -14,7 +14,7 @@ namespace Symfony\Tests\Component\Form\Extension\Core\Type;
 use Symfony\Component\Form\CountryField;
 use Symfony\Component\Form\FormView;
 
-class CountryTypeTest extends TypeTestCase
+class CountryTypeTest extends LocalizedTestCase
 {
     public function testCountriesAreSelectable()
     {

+ 1 - 1
tests/Symfony/Tests/Component/Form/Extension/Core/Type/LanguageTypeTest.php

@@ -14,7 +14,7 @@ namespace Symfony\Tests\Component\Form\Extension\Core\Type;
 use Symfony\Component\Form\LanguageField;
 use Symfony\Component\Form\FormView;
 
-class LanguageTypeTest extends TypeTestCase
+class LanguageTypeTest extends LocalizedTestCase
 {
     public function testCountriesAreSelectable()
     {

+ 1 - 1
tests/Symfony/Tests/Component/Form/Extension/Core/Type/LocaleTypeTest.php

@@ -14,7 +14,7 @@ namespace Symfony\Tests\Component\Form\Extension\Core\Type;
 use Symfony\Component\Form\LocaleField;
 use Symfony\Component\Form\FormView;
 
-class LocaleTypeTest extends TypeTestCase
+class LocaleTypeTest extends LocalizedTestCase
 {
     public function testLocalesAreSelectable()
     {