lithium\tests\mocks\console\command\MockCommandHelp::run PHP Méthode

run() public méthode

This is the run command so don't show it.
public run ( ) : boolean
Résultat boolean
    public function run()
    {
        return true;
    }