Skip to content

Commit

Permalink
Merge pull request #6598 from kenjis/fix-PagerTest
Browse files Browse the repository at this point in the history
test: remove duplicate statement in PagerTest
  • Loading branch information
kenjis authored Sep 27, 2022
2 parents 1dbaa18 + 670e395 commit 77c7a9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/system/Pager/PagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ private function createPager(string $requestUri): void
$request = $request->withMethod('GET');
Services::injectMock('request', $request);

Services::injectMock('request', $request);

$this->config = new Pager();
$this->pager = new \CodeIgniter\Pager\Pager($this->config, Services::renderer());
}
Expand Down

0 comments on commit 77c7a9d

Please sign in to comment.