Dispatcher =& new TestPluginTaskMockShellDispatcher(); $this->Dispatcher->shellPaths = Configure::read('shellPaths'); $this->Task =& new MockPluginTask($this->Dispatcher); $this->Task->Dispatch =& $this->Dispatcher; } /** * tearDown method * * @return void * @access public */ function endTest() { ClassRegistry::flush(); } /** * test bake() * * @return void **/ function testBake() { } } ?>