You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAIL Tests\Feature\RouteApiTest
✓ foobar 0.13s
✓ upper with ('GET', 'up') 0.12s
⨯ all api routes with ('GET', 'api/agendas')
FAILED Tests\Feature\RouteApiTest > all api routes with ('GET', 'api/agendas') Error
Unknown named parameter $method
str_replace(): Argument #3 ($subject) must be of type array|string, null given
I don't know where $method nor $subject is used and what is needed to solve this?
Just a normale API Resource route at Route::apiResource('agendas', AgendaController::class);
The text was updated successfully, but these errors were encountered:
Hello @freekmurze ,
My test:
Results in:
I don't know where
$method
nor$subject
is used and what is needed to solve this?Just a normale API Resource route at
Route::apiResource('agendas', AgendaController::class);
The text was updated successfully, but these errors were encountered: