InteractsWithSession::assertSessionMissing()
  • References/PHP/Laravel/Foundation/Testing/Concerns

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

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
HasText
  • References/PHP/Laravel/Foundation/Testing/Constraints

HasText class HasText extends

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

$this dontSee(string $text) Assert that a given string is not seen on the

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

$this withSession(array $data) Set the session to the given array.

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

$this dontSeeText(string $text) Assert that a given string is not seen

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

bool matches(Crawler|string $crawler) Determine if the checkbox is checked

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

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

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

void assertRedirectedTo(string $uri, array $with = array()) Assert whether

2025-01-10 15:47:30