Codeception\Command\GeneratePhpunitBootstrap::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDefinition([new InputArgument('suites', InputArgument::OPTIONAL, 'A comma separated list of suites PHPUnit tests should run.', 'functional'), new InputArgument('suffix', InputArgument::OPTIONAL, 'The suffix of the test case file names.', 'Test'), new InputArgument('vendor', InputArgument::OPTIONAL, 'The relative path to the vendor folder.', 'vendor')]);
    }