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

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

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

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

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

void dump() Dump the content from the last response.

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

Response callSecure(string $method, string $uri, array $parameters = array()

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

$this dontSeeIsSelected(string $selector, string $value) Assert that the

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

$this doesntExpectEvents(array|string $events) Specify a list of events

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

InteractsWithDatabase trait InteractsWithDatabase (

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

$this dontSeeCredentials(array $credentials, string|null $guard = null) Assert

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

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

2025-01-10 15:47:30