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

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

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

$this handle(Request $request)

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

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

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

$this assertViewHas(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::seeIsAuthenticatedAs()
  • References/PHP/Laravel/Foundation/Testing

$this seeIsAuthenticatedAs($user, string|null $guard = null) Assert that

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

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

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

$this dontSeeLink(string $text, string|null $url = null) Assert that a

2025-01-10 15:47:30