Browse Source

#2829 delete a bad test

ch0c4 12 years ago
parent
commit
8a4639a834
1 changed files with 0 additions and 4 deletions
  1. 0 4
      tests/TestCase/View/Helper/PaginatorHelperTest.php

+ 0 - 4
tests/TestCase/View/Helper/PaginatorHelperTest.php

@@ -589,10 +589,6 @@ class PaginatorHelperTest extends TestCase {
 		$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);