Skip to content

Commit

Permalink
Fixed ModelChoiceList tests in Propel1 bridge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Nov 16, 2013
1 parent 2375046 commit 1e2d14e
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -61,6 +61,13 @@ protected function setUp()
'filterById',
), array(), '', true, true, true, false, true);

$this->query
->expects($this->any())
->method('filterById')
->with($this->anything())
->will($this->returnSelf())
;

$this->createItems();

ItemQuery::$result = array(
Expand Down

0 comments on commit 1e2d14e

Please sign in to comment.