MicDjAccountWrk = ClassRegistry::init('MicDjAccountWrk'); } /** * tearDown method * * @return void */ public function tearDown() { unset($this->MicDjAccountWrk); parent::tearDown(); } }