Skip to content

Commit

Permalink
Support cursorPaginate() tests with lowest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Aug 16, 2021
1 parent 7a45e8c commit 8f92a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HasManyDeepTest.php
Expand Up @@ -196,7 +196,7 @@ public function testSimplePaginate()

public function testCursorPaginator()
{
if (!interface_exists('Illuminate\Pagination\CursorPaginator')) {
if (!class_exists('Illuminate\Pagination\CursorPaginator')) {
$this->markTestSkipped();
}

Expand Down

0 comments on commit 8f92a9c

Please sign in to comment.