Skip to content

Error in tests #641

Description

@Yeleup

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
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions