diff --git a/cake/tests/cases/libs/view/helpers/paginator.test.php b/cake/tests/cases/libs/view/helpers/paginator.test.php index 2c50cd6a9..51892a6c4 100644 --- a/cake/tests/cases/libs/view/helpers/paginator.test.php +++ b/cake/tests/cases/libs/view/helpers/paginator.test.php @@ -279,10 +279,6 @@ class PaginatorTest extends UnitTestCase { 'sort' => 'Article.title' )); $this->assertEqual($expected, $this->Paginator->params['paging']); - - $options = array('url' => array('controller' => 'blog', 'action' => 'index', 'admin' => false)); - $this->Paginator->options($options); - die(debug($this->Paginator->params['paging'])); } /** * testPagingLinks method