[2.3] fix failing test

This commit is contained in:
Nicolas Grekas 2015-01-05 20:37:56 +01:00
parent b6dadf4e18
commit 064799a146
1 changed files with 5 additions and 0 deletions

View File

@ -20,4 +20,9 @@ class UnloadedEntityChoiceListSingleIntIdTest extends AbstractEntityChoiceListSi
{
$this->markTestSkipped('Non-existing values are not detected for unloaded choice lists.');
}
public function testLegacyGetIndicesForValuesIgnoresNonExistingValues()
{
$this->markTestSkipped('Non-existing values are not detected for unloaded choice lists.');
}
}