Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/laravel-data
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 14, 2025
2 parents b337c6e + c384b8d commit c4a4d92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Resolvers/VisibleDataFieldsResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ public static function create(string $name): static
};

expect($dataClass::create('Freek')->toArray()['name'])->toBeInstanceOf(Closure::class);
})->skip('Re-enable test after Inertia supports Laravel 12');;
})->skip('Re-enable test after Inertia supports Laravel 12');
;

it('will fail gracefully when a nested field does not exist', function () {
$dataClass = new class () extends Data {
Expand Down

0 comments on commit c4a4d92

Please sign in to comment.