Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82a62d2

Browse files
minor#33739 [Form][Validator][Intl] Fix tests (ro0NL)
This PR was merged into the 3.4 branch.Discussion----------[Form][Validator][Intl] Fix tests| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets |Fix#33148 (comment)| License | MIT| Doc PR | symfony/symfony-docs#... <!-- required for new features --><!--Replace this notice by a short README for your feature/bugfix. This will help peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/roadmap): - Always add tests and ensure they pass. - Never break backward compatibility (seehttps://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch.-->Commits-------e648a91 [Form][Validator][Intl] Fix tests
2 parentsad89564 +e648a91 commit82a62d2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

‎src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ public function testCountriesAreSelectable()
3232
->createView()->vars['choices'];
3333

3434
$this->assertContainsEquals(newChoiceView('en','en','English'),$choices);
35-
$this->assertContainsEquals(newChoiceView('en_GB','en_GB','British English'),$choices);
36-
$this->assertContainsEquals(newChoiceView('en_US','en_US','American English'),$choices);
3735
$this->assertContainsEquals(newChoiceView('fr','fr','French'),$choices);
3836
$this->assertContainsEquals(newChoiceView('my','my','Burmese'),$choices);
3937
}

‎src/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public function getValidLanguages()
7373
{
7474
return [
7575
['en'],
76-
['en_US'],
7776
['my'],
7877
];
7978
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp