InteractsWithSession
  • References/PHP/Laravel/Foundation/Testing/Concerns

InteractsWithSession trait InteractsWithSession (

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

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

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

InteractsWithConsole trait InteractsWithConsole (

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

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

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

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

2025-01-10 15:47:30