Closed meotimdihia closed 10 years ago
It works if i add this line $this->loadTasks()
in perform method in AppShell
public function perform()
{
$this->initialize();
$this->loadTasks();
return $this->runCommand($this->args[0], $this->args);
}
it seems you need to update documentation .
Fixed the documentation, thanks
step 1
step 2
result
Fatal error: Call to a member function test() on a non-object in
....