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

InteractsWithPages trait InteractsWithPages (

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

InteractsWithConsole trait InteractsWithConsole (

2025-01-10 15:47:30
HasElement::__construct()
  • References/PHP/Laravel/Foundation/Testing/Constraints

void __construct(string $selector, array $attributes = array()) Create

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
InteractsWithSession
  • References/PHP/Laravel/Foundation/Testing/Concerns

InteractsWithSession trait InteractsWithSession (

2025-01-10 15:47:30
HasElement::matches()
  • References/PHP/Laravel/Foundation/Testing/Constraints

bool matches(Crawler|string $crawler) Check if the element is found in

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

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

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

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

2025-01-10 15:47:30