Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Stone Lasley committed May 8, 2014
1 parent fd25b7f commit a34d93a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Test/Case/Model/SeoABTestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a34d93a

Please sign in to comment.