8000 Fixed ModelChoiceList tests in Propel1 bridge. · symfony/symfony@1e2d14e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e2d14e

Browse files
committed
Fixed ModelChoiceList tests in Propel1 bridge.
1 parent 2375046 commit 1e2d14e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Symfony/Bridge/Propel1/Tests/Form/ChoiceList/CompatModelChoiceListTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ protected function setUp()
6161
'filterById',
6262
), array(), '', true, true, true, false, true);
6363

64+
$this->query
65+
->expects($this->any())
66+
->method('filterById')
67+
->with($this->anything())
68+
->will($this->returnSelf())
69+
;
70+
6471
$this->createItems();
6572

6673
ItemQuery::$result = array(

0 commit comments

Comments
 (0)
0