InteractsWithSession::seeInSession()
  • References/PHP/Laravel/Foundation/Testing/Concerns

void seeInSession(string|array $key, mixed $value = null) Assert that the

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

$this dontSee(string $text) Assert that a given string is not seen on the

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

$this withSession(array $data) Set the session to the given array.

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

$this see(string $text, bool $negate = false) Assert that a given string

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

$this seeText(string $text, bool $negate = false) Assert that a given string

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

Response call(string $method, string $uri, array $parameters = array(), array

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

$this handle(Request $request)

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

$this seeIsSelected(string $selector, string $value, bool $negate = false)

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

$this assertResponseOk() Assert that the client response has an OK status

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

InteractsWithAuthentication trait InteractsWithAuthentication (

2025-01-10 15:47:30