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
if I do this the tests pass $id = $response ->assertCreatedWithServerId(null, $data) ->id();
but if I change the tests as in the documentation the tests do not work $id = $response ->assertCreatedWithServerId('http://localhost:8100/api/v1/items', $data) ->id();
tests do not work and an error is written
The text was updated successfully, but these errors were encountered:
if I do this the tests pass
$id = $response ->assertCreatedWithServerId(null, $data) ->id();
but if I change the tests as in the documentation the tests do not work
$id = $response ->assertCreatedWithServerId('http://localhost:8100/api/v1/items', $data) ->id();
tests do not work and an error is written
The text was updated successfully, but these errors were encountered: