Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Ausloos committed May 12, 2014
1 parent c8233a4 commit 7c92d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/EventListener/CloneListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function setUp()
->getMock();

$this->repo = $this->getMockBuilder('Doctrine\ORM\EntityRepository')
->setMethods(array('findOrCreateFor', 'copyPageParts'))
->setMethods(array('findOrCreateFor', 'copyPageParts', 'setContainer'))
->disableOriginalConstructor()
->getMock();

Expand Down

0 comments on commit 7c92d19

Please sign in to comment.