Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee679bf

Browse filesBrowse files
committed
added a missing @group legacy
1 parent 5a64e58 commit ee679bf
Copy full SHA for ee679bf

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.