AssertionsTrait::assertRedirectedToAction()
  • References/PHP/Laravel/Foundation/Testing

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

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

void runDatabaseMigrations() Define hooks to migrate the database before

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

$this dontSeeIsChecked(string $selector) Assert that the given checkbox

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

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

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

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

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

$this seeIsSelected(string $selector, string $value, bool $negate = false)

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

$this assertResponseOk() Assert that the client response has an OK status

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

InteractsWithAuthentication trait InteractsWithAuthentication (

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

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

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

void __construct(string $source) Create a new constraint instance.

2025-01-10 15:47:30