Magestead\Command\BehatCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("behat");
        $this->setDescription("Run Behat against your project");
        $this->addArgument('option', InputArgument::OPTIONAL, 'Add options to run');
    }