PHP 클래스 Codeception\Command\GenerateWPUnit

* wpcept g:wpunit unit UserTest * wpcept g:wpunit unit User * wpcept g:wpunit unit "App\User
상속: extends Symfony\Component\Console\Command\Command, use trait Codeception\Command\Shared\FileSystem, use trait Codeception\Command\Shared\Config
파일 보기 프로젝트 열기: lucatume/wp-browser

공개 메소드들

메소드 설명
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getDescription ( )

보호된 메소드들

메소드 설명
configure ( )
getGenerator ( $config, $class ) : WPUnit

메소드 상세

configure() 보호된 메소드

protected configure ( )

execute() 공개 메소드

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 getDescription ( )

getGenerator() 보호된 메소드

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