MocksApplicationServices::doesntExpectModelEvents()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this doesntExpectModelEvents(string $model, array|string $events) Specify

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

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

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

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

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

Response route(string $method, string $name, array $routeParameters = array()

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

$this seeInElement(string $element, string $text, bool $negate = false) Assert

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

void assertSessionHasAll(array $bindings) Assert that the session has a

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

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

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

$this dontSeeText(string $text) Assert that a given string is not seen

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

MakesHttpRequests trait MakesHttpRequests (

2025-01-10 15:47:30