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