Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Adapt to api change
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Jul 28, 2012
1 parent 245c571 commit 7363b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Test/Midgard/CreatePHP/RestServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function testRunPost()
;

$this->type->expects($this->any())
->method('getChildren')
->method('getChildDefinitions')
->will($this->returnValue(array('title' => $this->property)))
;

Expand Down

0 comments on commit 7363b83

Please sign in to comment.