Behat\Testwork\Cli\Application::getDefaultCommands PHP Method

getDefaultCommands() protected method

protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        $commands = parent::getDefaultCommands();
        $commands[] = new DumpReferenceCommand($this->extensionManager);
        $commands[] = new DebugCommand($this, $this->configurationLoader, $this->extensionManager);
        return $commands;
    }