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

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

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

$this withoutObservers(array|string $observers) Specify a list of observers

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

array getSelectedValue(Crawler $crawler) Get the selected value of a select

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

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

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

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

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

$this handle(Request $request)

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

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

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

$this assertViewMissing(string $key) Assert that the response view is missing

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

$this doesntExpectModelEvents(string $model, array|string $events) Specify

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

$this dontSeeInElement(string $element, string $text) Assert that a given

2025-01-10 15:47:30