Skip to content

Commit ee679bf

Browse files
committed
added a missing @group legacy
1 parent 5a64e58 commit ee679bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ public function testGetChoicesForValuesUsesLoadedList()
167167
$this->assertSame('RESULT', $this->list->getChoicesForValues(array('a', 'b')));
168168
}
169169

170-
// To be removed in 4.0
170+
/**
171+
* @group legacy
172+
*/
171173
public function testGetValuesForChoicesForwardsCallIfListNotLoaded()
172174
{
173175
$this->loader->expects($this->exactly(2))

0 commit comments

Comments
 (0)