Skip to content

Commit

Permalink
Making test case less configuration independent
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Oct 3, 2011
1 parent 4110ab7 commit 71c7350
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ public function tearDown() {
* @return void
*/
public function testGetConfig() {
$this->Task->expects($this->at(0))
$this->Task->expects($this->any())
->method('in')
->will($this->returnValue('test'));

Expand Down

0 comments on commit 71c7350

Please sign in to comment.