From 71c73503c6e82df637e23bf8f1a93f74988bdcf1 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Mon, 3 Oct 2011 12:13:11 -0430 Subject: [PATCH] Making test case less configuration independent --- lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php index 7c5ded6be61..c8a4c031779 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php @@ -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'));