TestCase::seeInSession()
  • References/PHP/Laravel/Foundation/Testing

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

2025-01-10 15:47:30
TestCase::action()
  • References/PHP/Laravel/Foundation/Testing

Response action(string $method, string $action, array $wildcards = array(), array

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

InteractsWithConsole trait InteractsWithConsole (

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
HasElement::__construct()
  • References/PHP/Laravel/Foundation/Testing/Constraints

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

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

void assertSessionHasErrors(string|array $bindings = array(), mixed $format = null)

2025-01-10 15:47:30
PageConstraint
  • References/PHP/Laravel/Foundation/Testing/Constraints

PageConstraint class PageConstraint extends PHPUnit_Framework_Constraint (

2025-01-10 15:47:30
TestCase::expectsEvents()
  • References/PHP/Laravel/Foundation/Testing

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

2025-01-10 15:47:30
ApplicationTrait::flushSession()
  • References/PHP/Laravel/Foundation/Testing

void flushSession() Flush all of the current session data.

2025-01-10 15:47:30