PHP Class Codeception\Command\GenerateWPUnit

* wpcept g:wpunit unit UserTest * wpcept g:wpunit unit User * wpcept g:wpunit unit "App\User
Inheritance: extends Symfony\Component\Console\Command\Command, use trait Codeception\Command\Shared\FileSystem, use trait Codeception\Command\Shared\Config
Show file Open project: lucatume/wp-browser

Public Methods

Method Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getDescription ( )

Protected Methods

Method Description
configure ( )
getGenerator ( $config, $class ) : WPUnit

Method Details

configure() protected method

protected configure ( )

execute() public method

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getDescription() public method

public getDescription ( )

getGenerator() protected method

protected getGenerator ( $config, $class ) : WPUnit
$config
$class
return Codeception\Lib\Generator\WPUnit