10000 minor #13272 [2.3] fix failing test (nicolas-grekas) · symfony/symfony@1201853 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1201853

Browse files
committed
minor #13272 [2.3] fix failing test (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [2.3] fix failing test | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Fix failing tests on 2.3 with components=high Commits ------- 064799a [2.3] fix failing test
2 parents b6dadf4 + 064799a commit 1201853

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/UnloadedEntityChoiceListSingleIntIdTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ public function testGetIndicesForValuesIgnoresNonExistingValues()
2020
{
2121
$this->markTestSkipped('Non-existing values are not detected for unloaded choice lists.');
2222
}
23+
24+
public function testLegacyGetIndicesForValuesIgnoresNonExistingValues()
25+
{
26+
$this->markTestSkipped('Non-existing values are not detected for unloaded choice lists.');
27+
}
2328
}

0 commit comments

Comments
 (0)
0