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

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

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

void be(Authenticatable $user, string|null $driver

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

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

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
InteractsWithPages::dontSeeLink()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this dontSeeLink(string $text, string|null $url = null) Assert that a

2025-01-10 15:47:30
InteractsWithContainer
  • References/PHP/Laravel/Foundation/Testing/Concerns

InteractsWithContainer trait InteractsWithContainer (

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
InteractsWithSession::assertHasOldInput()
  • References/PHP/Laravel/Foundation/Testing/Concerns

void assertHasOldInput() Assert that the session has old input.

2025-01-10 15:47:30
ImpersonatesUsers
  • References/PHP/Laravel/Foundation/Testing/Concerns

ImpersonatesUsers trait ImpersonatesUsers (

2025-01-10 15:47:30