Alex\BehatLauncher\Console::__construct PHP Method

__construct() public method

public __construct ( Application $application )
$application Application
    public function __construct(Application $application)
    {
        parent::__construct('Behat Launcher', Application::VERSION);
        $this->add(new RunCommand($application));
        $this->add(new InitDbCommand($application));
        $this->add(new PurgeCommand($application));
    }