PHP Класс lithium\console\command\create\Test

li3 create test model Posts li3 create --library=li3_plugin test model Posts
Наследование: extends lithium\console\command\Create
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
_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