Property | Type | Description | |
---|---|---|---|
$app | Illuminate\Foundation\Application | Illuminate application instance. | |
$config | array | Config from behat.yml | |
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
__construct ( $config ) : void | Create a new BehatLaravel command instance. | |
fire ( ) : void | Execute the console command. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) | ||
loadConfig ( string $profile ) : array | null | Load the profile specific config |
public __construct ( $config ) : void | ||
return | void |
protected getArguments ( ) : array | ||
return | array |
protected Illuminate\Foundation\Application $app | ||
return | Illuminate\Foundation\Application |
protected string $description | ||
return | string |