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

$this doesntExpectEvents(array|string $events) Specify a list of events

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

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

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

$this assertViewMissing(string $key) Assert that the response view is missing

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

void comment(string $string) Write a string as comment output.

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

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

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

$this visitRoute(string $route, array $parameters = array()) Visit the

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

string guessPackagePath() Guess the package path for the provider.

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

bool hasOption(string $name) Determine if the given option is present.

2025-01-10 15:47:30
User::setTable()
  • References/PHP/Laravel/Foundation/Auth

$this setTable(string $table) Set the table associated with the model.

2025-01-10 15:47:30
User::unsetEventDispatcher()
  • References/PHP/Laravel/Foundation/Auth

static void unsetEventDispatcher() Unset the event dispatcher

2025-01-10 15:47:30