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

$this assertViewHasAll(array $bindings) Assert that the view has a given

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

$this handle(Request $request)

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

Response route(string $method, string $name, array $routeParameters = array()

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

void assertHasOldInput() Assert that the session has old input.

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

InteractsWithPages trait InteractsWithPages (

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

void afterApplicationCreated(callable $callback) Register a callback to

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

$this visit(string $uri) Visit the given URI with a GET request.

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

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

2025-01-10 15:47:30