PHP 클래스 lithium\console\command\create\Test

li3 create test model Posts li3 create --library=li3_plugin test model Posts
상속: extends lithium\console\command\Create
파일 보기 프로젝트 열기: unionofrad/lithium 1 사용 예제들

보호된 메소드들

메소드 설명
_class ( string $request ) : string Get the class name for the test case.
_methods ( string $request ) : string Get the methods to test.
_name ( string $request ) : string Get the class to be tested
_namespace ( string $request, array $options = [] ) : string Get the namespace for the test case.
_use ( string $request ) : string Get the class used by the test case.

메소드 상세

_class() 보호된 메소드

Get the class name for the test case.
protected _class ( string $request ) : string
$request string
리턴 string

_methods() 보호된 메소드

Get the methods to test.
protected _methods ( string $request ) : string
$request string
리턴 string

_name() 보호된 메소드

Get the class to be tested
protected _name ( string $request ) : string
$request string
리턴 string

_namespace() 보호된 메소드

Get the namespace for the test case.
protected _namespace ( string $request, array $options = [] ) : string
$request string
$options array
리턴 string

_use() 보호된 메소드

Get the class used by the test case.
protected _use ( string $request ) : string
$request string
리턴 string