8000 [2.3] fix failing test · symfony/symfony@064799a · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 064799a

Browse files
[2.3] fix failing test
1 parent b6dadf4 commit 064799a

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+
< 483F span class=pl-k>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