Skip to content

Commit

Permalink
Update PaginatorTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed Feb 28, 2024
1 parent 02934fc commit b45d6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PaginatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
* @internal
*/
#[CoversClass(Paginator::class)]
#[UsesClass(Pagination::class)]
#[CoversClass(Pagination::class)]
#[UsesClass(CallbackNotFoundException::class)]
#[UsesClass(InvalidPageNumberException::class)]
class PaginatorTest extends TestCase
Expand Down

0 comments on commit b45d6ca

Please sign in to comment.