mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
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
This commit is contained in:
parent
822c8978a9
commit
6ee4849172
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue