Skip to content

Commit

Permalink
Update RoutingTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jan 30, 2025
1 parent f983834 commit 6cd4cee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Unit/Foundation/Configuration/RoutingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
)->toArray();

expect($apiRoutes)->toBe([
['GET', 'HEAD'],
'v1/authors/{author}/children/{children}/books/{book}',
[
'api',
'throttle:api',
],
'localhost',
['POST'],
'v1/books',
[
Expand Down

0 comments on commit 6cd4cee

Please sign in to comment.