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

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

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

void seed(string $class = 'DatabaseSeeder') Seed a given database connection

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

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

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

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

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

$this seeIsAuthenticated(string|null $guard = null) Assert that the user

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

MocksApplicationServices trait MocksApplicationServices (

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

$this seeCredentials(array $credentials, string|null $guard = null) Assert

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

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

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

$this seeInField(string $selector, string $expected, bool $negate = false)

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

void assertSessionHasAll(array $bindings) Assert that the session has a

2025-01-10 15:47:30