lithium\tests\mocks\console\command\MockCommandHelp::run PHP Method

run() public method

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