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

void assertSessionHasErrors(string|array $bindings = array(), mixed $format = null)

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

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

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

string toString() Get a string representation of the object. Placeholder

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

void assertRedirectedToRoute(string $name, array $parameters = array(), array $with = array())

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

$this dontSeeLink(string $text, string|null $url = null) Assert that a

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
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