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

$this assertViewHasAll(array $bindings) Assert that the view has a given

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

$this withoutMiddleware() Disable middleware for the test.

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

$this assertResponseStatus(int $code) Assert that the client response has

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

$this get(string $uri, array $headers = array()) Visit the given URI with

2025-01-10 15:47:30
IsSelected
  • References/PHP/Laravel/Foundation/Testing/Constraints

IsSelected class IsSelected extends

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

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

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

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

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

$this seeIsAuthenticated(string|null $guard = null) Assert that the user

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

ImpersonatesUsers trait ImpersonatesUsers (

2025-01-10 15:47:30