Navigation Menu

Skip to content

Commit

Permalink
#2829 delete a bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
ch0c4 committed Feb 15, 2014
1 parent 0d6a6e5 commit 8a4639a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/TestCase/View/Helper/PaginatorHelperTest.php
Expand Up @@ -589,10 +589,6 @@ public function testUrlGeneration() {
$result = $this->Paginator->url();
$this->assertEquals('/index', $result);

$file = fopen('/home/johan/test/log.txt', 'r+');

fwrite($file, $result);

$this->Paginator->request->params['paging']['Article']['page'] = 2;
$result = $this->Paginator->url();
$this->assertEquals('/index?page=2', $result);
Expand Down

0 comments on commit 8a4639a

Please sign in to comment.