From ff5990e7310628cc93c4de891d66e0a75e4978be Mon Sep 17 00:00:00 2001 From: Sergey Antonets Date: Fri, 29 Nov 2024 22:13:57 -0500 Subject: [PATCH] last cleanup --- tests/Strategies/Responses/UseResponseAttributesTest.php | 4 ---- 1 file changed, 4 deletions(-) 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');