Exemplo n.º 1
0
 protected function tearDown()
 {
     $this->_auth->logout();
     $this->_auth = null;
     $this->_session = null;
     Mage::getSingleton('Mage_Backend_Model_Url')->turnOnSecretKey();
     parent::tearDown();
 }
Exemplo n.º 2
0
 public function tearDown()
 {
     Varien_Io_File::rmdirRecursive(self::$_tmpMediaDir);
     parent::tearDown();
 }
Exemplo n.º 3
0
 protected function tearDown()
 {
     $this->_customerSession->logout();
     $this->_customerSession = null;
     parent::tearDown();
 }
Exemplo n.º 4
0
 protected function tearDown()
 {
     $this->_auth = null;
     parent::tearDown();
 }