Skip to content

Commit fd883ec

Browse files
committed
docs: replace type pager
1 parent 3a3531b commit fd883ec

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/system/Pager/PagerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ public function testStoreWithSegments()
182182

183183
public function testStoreWithURIReturnObject()
184184
{
185-
$_GET['page'] = 5;
186-
$_GET['id'] = 1;
187-
188185
$this->pager->store('bar', 5, 25, 100, 1);
189186

190187
$uri = $this->pager->getPageURI(7, 'bar', true);

0 commit comments

Comments
 (0)