PHP Class GuilhermeGuitte\BehatLaravel\RunBehatLaravelCommand

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: guilhermeguitte/behat-laravel

Protected Properties

Свойство 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.

Méthodes publiques

Méthode Description
__construct ( $config ) : void Create a new BehatLaravel command instance.
fire ( ) : void Execute the console command.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.
getOptions ( )
loadConfig ( string $profile ) : array | null Load the profile specific config

Method Details

__construct() public méthode

Create a new BehatLaravel command instance.
public __construct ( $config ) : void
Résultat void

fire() public méthode

Execute the console command.
public fire ( ) : void
Résultat void

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

getOptions() protected méthode

protected getOptions ( )

loadConfig() protected méthode

Load the profile specific config
protected loadConfig ( string $profile ) : array | null
$profile string
Résultat array | null

Property Details

$app protected_oe property

Illuminate application instance.
protected Illuminate\Foundation\Application $app
Résultat Illuminate\Foundation\Application

$config protected_oe property

Config from behat.yml
protected array $config
Résultat array

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string