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

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

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

DatabaseTransactions trait DatabaseTransactions (

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

$this seeText(string $text, bool $negate = false) Assert that a given string

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
FormFieldConstraint::toString()
  • References/PHP/Laravel/Foundation/Testing/Constraints

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

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
HasLink::matches()
  • References/PHP/Laravel/Foundation/Testing/Constraints

bool matches(Crawler|string $crawler) Check if the link is found in the

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

array getSelectedValue(Crawler $crawler) Get the selected value of a select

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