MakesHttpRequests::seeJsonStructure()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this seeJsonStructure(array $structure = null, array|null $responseData = null)

2025-01-10 15:47:30
MakesHttpRequests::seeJsonEquals()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this seeJsonEquals(array $data) Assert that the response contains an exact

2025-01-10 15:47:30
MakesHttpRequests::delete()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this delete(string $uri, array $data = array(), array $headers = array())

2025-01-10 15:47:30
MakesHttpRequests::put()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this put(string $uri, array $data = array(), array $headers = array()) Visit

2025-01-10 15:47:30
TestCase::dump()
  • References/PHP/Laravel/Foundation/Testing

void dump() Dump the content from the last response.

2025-01-10 15:47:30
TestCase::seeJsonStructure()
  • References/PHP/Laravel/Foundation/Testing

$this seeJsonStructure(array $structure = null, array|null $responseData = null)

2025-01-10 15:47:30
MakesHttpRequests::putJson()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this putJson(string $uri, array $data = array(), array $headers = array())

2025-01-10 15:47:30
InteractsWithSession::session()
  • References/PHP/Laravel/Foundation/Testing/Concerns

void session(array $data) Set the session to the given array.

2025-01-10 15:47:30
InteractsWithSession::assertSessionMissing()
  • References/PHP/Laravel/Foundation/Testing/Concerns

void assertSessionMissing(string|array $key) Assert that the session does

2025-01-10 15:47:30
InteractsWithPages::seeInField()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this seeInField(string $selector, string $expected, bool $negate = false)

2025-01-10 15:47:30