Dispatcher =& new TestSchemaShellMockShellDispatcher(); $this->Task =& new MockSchemaShell($this->Dispatcher); $this->Task->Dispatch =& $this->Dispatcher; } /** * endTest method * * @return void * @access public */ function endTest() { ClassRegistry::flush(); } } ?>