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

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

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

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

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

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

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

$this within(string $element, Closure $callback)

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

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

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

$this within(string $element, Closure $callback)

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

$this doesntExpectEvents(array|string $events) Specify a list of events

2025-01-10 15:47:30