InteractsWithPages::dontSeeElement()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this dontSeeElement(string $selector, array $attributes = array()) Assert

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

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

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

$this dontSeeIsChecked(string $selector) Assert that the given checkbox

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

void assertSessionMissing(string|array $key) Assert that the session does

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

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

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

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

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

$this seeInElement(string $element, string $text, bool $negate = false) Assert

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

HasText class HasText extends

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

void be(Authenticatable $user, string|null $driver

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

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

2025-01-10 15:47:30