AssertionsTrait::assertViewHasAll()
  • References/PHP/Laravel/Foundation/Testing

void assertViewHasAll(array $bindings) Assert that the view has a given

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

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

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

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

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

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

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

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

2025-01-10 15:47:30