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

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

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

$this dontSeeElement(string $selector, array $attributes = array()) Assert

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

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

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

$this handle(Request $request)

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

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

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