diff --git a/tests/Strategies/Responses/UseResponseAttributesTest.php b/tests/Strategies/Responses/UseResponseAttributesTest.php index f7382204..8e1693c2 100644 --- a/tests/Strategies/Responses/UseResponseAttributesTest.php +++ b/tests/Strategies/Responses/UseResponseAttributesTest.php @@ -290,10 +290,6 @@ public function can_parse_apiresource_attributes_with_cursor_pagination() /** @test */ public function can_parse_apiresource_attributes_and_load_children_using_factory_create() { - if (version_compare(Application::VERSION, '9', '<')) { - $this->markTestSkipped('The whenCounted method in JsonResource requires Laravel 9 or higher.'); - } - Schema::create('test_users', function (Blueprint $table) { $table->id(); $table->string('first_name');