class
Illuminate
/
Console
/
Scheduling
/
ScheduleTestCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ScheduleTestCommand
Extends
Properties
protected
$signature string
The console command name.
Default: 'schedule:test {--name= : The name of the scheduled command to run}'
protected
$description string
The console command description.
Default: 'Run a scheduled command'
Methods
public
handle ( Schedule $schedule ) : void
Execute the console command.
Parameters
- $schedule Schedule
protected
getSelectedCommandByIndex ( array $commandNames ) : int
Get the selected command name by index.
Parameters
- $commandNames array