Browse Source

Dont use beforeRender in paginator helper.

euromark 11 years ago
parent
commit
06af33caf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/View/Helper/PaginatorHelperTest.php

+ 1 - 1
tests/TestCase/View/Helper/PaginatorHelperTest.php

@@ -739,7 +739,7 @@ class PaginatorHelperTest extends TestCase {
 
 		$this->Paginator->request->params['pass'] = array(2);
 		$this->Paginator->request->query = array('page' => 1, 'foo' => 'bar', 'x' => 'y');
-		$this->Paginator->beforeRender(new Event('Foo.bar'), 'posts/index');
+		$this->Paginator->__construct($this->View);
 
 		$result = $this->Paginator->sort('title');
 		$expected = array(