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

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

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

void __construct(string $selector, mixed $value) Create a new constraint

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

Response call(string $method, string $uri, array $parameters = array(), array

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

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

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

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

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

$this dontSeeIsSelected(string $selector, string $value) Assert that the

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

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

2025-01-10 15:47:30