Extends
lithium\console\CommandSource
public function run($param = null) {
$this->response->testAction = __FUNCTION__;
$this->response->testParam = $param;
}
public function run($param = null) {
$this->response->testAction = __FUNCTION__;
$this->response->testParam = $param;
}