public function tearDown()
 {
     parent::tearDown();
     Configure::write($this->_config);
     CakePlugin::unload('TestPlugin');
 }
Exemplo n.º 2
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Crud, $this->Request, $this->Collection, $this->Controller, $this->action, $this->Subject, $this->ActionClass);
 }