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

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

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

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

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

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

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

$this assertViewHas(string|array $key, mixed $value = null) Assert that

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

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

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

$this visitRoute(string $route, array $parameters = array()) Visit the

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

DatabaseTransactions trait DatabaseTransactions (

2025-01-10 15:47:30