Skip to content

Commit

Permalink
last cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Antonets committed Nov 30, 2024
1 parent 8dddd97 commit ff5990e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Strategies/Responses/UseResponseAttributesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ff5990e

Please sign in to comment.