MakesHttpRequests::dontSeeIsChecked()
  • References/PHP/Laravel/Foundation/Testing/Concerns

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

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

void assertSessionMissing(string|array $key) Assert that the session does

2025-01-10 15:47:30
OptimizeServiceProvider::provides()
  • References/PHP/Laravel/Foundation/Providers

array provides() Get the services provided by the provider.

2025-01-10 15:47:30
MailMakeCommand::askWithCompletion()
  • References/PHP/Laravel/Foundation/Console

string askWithCompletion(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
ConfigCacheCommand::ask()
  • References/PHP/Laravel/Foundation/Console

string ask(string $question, string $default = null) Prompt the user for

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

$this expectsEvents(array|mixed $events) Specify a list of events that

2025-01-10 15:47:30
UpCommand::getLaravel()
  • References/PHP/Laravel/Foundation/Console

Application getLaravel()

2025-01-10 15:47:30
ValidatesRequests::validateWith()
  • References/PHP/Laravel/Foundation/Validation

void validateWith(Validator|array $validator

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

Illuminate\Foundation\Testing Classes

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

$this withoutObservers(array|string $observers) Specify a list of observers

2025-01-10 15:47:30