diff --git a/tests/HasManyDeepTest.php b/tests/HasManyDeepTest.php index 89cbd90..8ea3da6 100644 --- a/tests/HasManyDeepTest.php +++ b/tests/HasManyDeepTest.php @@ -196,7 +196,7 @@ public function testSimplePaginate() public function testCursorPaginator() { - if (!interface_exists('Illuminate\Pagination\CursorPaginator')) { + if (!class_exists('Illuminate\Pagination\CursorPaginator')) { $this->markTestSkipped(); }