diff --git a/Test/Case/Model/SeoABTestTest.php b/Test/Case/Model/SeoABTestTest.php index 72acb4f..5f1c750 100644 --- a/Test/Case/Model/SeoABTestTest.php +++ b/Test/Case/Model/SeoABTestTest.php @@ -351,12 +351,6 @@ public function testFindTestByUriCached() { $this->SeoABTest->expects($this->once()) ->method('getConfig') ->will($this->returnValue('')); -// $this->SeoABTest->expects($this->at(0)) -// ->method('find') -// ->will($this->returnValue(array())); -// $this->SeoABTest->expects($this->at(1)) -// ->method('find') -// ->will($this->returnValue(array())); $result = $this->SeoABTest->findTestByUri('/notfound', false); $this->assertFalse($result);