Skip to content

Commit c4a3991

Browse files
[2.3] fix failing test
1 parent 61bfe7f commit c4a3991

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)