From 6ee4849172d6807155c3e5f312d4db4d2286a68b Mon Sep 17 00:00:00 2001 From: phpnut Date: Sat, 5 Jul 2008 09:47:13 +0000 Subject: [PATCH] Removing invalid test case added in last commit git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7313 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/tests/cases/libs/view/helpers/paginator.test.php | 4 ---- 1 file changed, 4 deletions(-) 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