InteractsWithAuthentication::dontSeeIsAuthenticated()
  • References/PHP/Laravel/Foundation/Testing/Concerns

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

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

$this dontSeeJson(array $data = null) Assert that the response doesn't

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

$this seeElement(string $selector, array $attributes = array(), bool $negate = false)

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

$this seeIsChecked(string $selector, bool $negate = false) Assert that

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

InteractsWithConsole trait InteractsWithConsole (

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

InteractsWithSession trait InteractsWithSession (

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

$this within(string $element, Closure $callback)

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

$this visit(string $uri) Visit the given URI with a GET request.

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

InteractsWithPages trait InteractsWithPages (

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

$this assertRedirectedToAction(string $name, array $parameters = array(), array $with = array())

2025-01-10 15:47:30