HasValue::__construct()
  • References/PHP/Laravel/Foundation/Testing/Constraints

void __construct(string $selector, mixed $value) Create a new constraint

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

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

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

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

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

$this seeText(string $text, bool $negate = false) Assert that a given string

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

void __construct(string $selector, mixed $value) Create a new constraint

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

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

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

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

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

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

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

$this expectsModelEvents(string $model, array|string $events) Specify a

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

$this seeElement(string $selector, array $attributes = array(), bool $negate = false)

2025-01-10 15:47:30