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 8d4ea0a

Browse filesBrowse files
committed
Add support for sorting fields
1 parent 3c61c6e commit 8d4ea0a
Copy full SHA for 8d4ea0a

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

‎src/Symfony/Component/Form/Tests/CompoundFormTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/CompoundFormTest.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,12 +958,10 @@ public function testCreateViewWithChildren()
958958
->getForm();
959959
$view = new FormView();
960960
$field1View = new FormView();
961-
$field1View->vars['priority'] = 0;
962961
$type1
963962
->method('createView')
964963
->willReturn($field1View);
965964
$field2View = new FormView();
966-
$field2View->vars['priority'] = 0;
967965
$type2
968966
->method('createView')
969967
->willReturn($field2View);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.