Codeception\Command\GenerateWPUnit::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDefinition(array(new InputArgument('suite', InputArgument::REQUIRED, 'suite where tests will be put'), new InputArgument('class', InputArgument::REQUIRED, 'class name'), new InputOption('config', 'c', InputOption::VALUE_OPTIONAL, 'Use custom path for config')));
        parent::configure();
    }