InteractsWithPages::dontSeeIsChecked()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this dontSeeIsChecked(string $selector) Assert that the given checkbox

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

$this dontSeeInField(string $selector, string $value) Assert that an input

2025-01-10 15:47:30
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::assertRedirectedTo()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this assertRedirectedTo(string $uri, array $with = array()) Assert whether

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
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