/**
  * Initialize the fixture.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->_reset();
     $this->cleanTmpDir();
     $this->getConfig()->setConfigParam('blOEPayPalSandboxMode', true);
 }
Ejemplo n.º 2
0
 /**
  * Tear down the fixture.
  */
 protected function tearDown()
 {
     // restoring
     $_SERVER["REQUEST_METHOD"] = $this->requestMethod;
     $_SERVER['REQUEST_URI'] = $this->requestUri;
     parent::tearDown();
 }
Ejemplo n.º 3
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $group = oxNew('oxgroups');
     $group->delete('testgroup');
     $group->delete('testgroup2');
     parent::tearDown();
 }
Ejemplo n.º 4
0
 /**
  * Tear down the fixture.
  */
 protected function tearDown()
 {
     $this->cleanUpTable('oxorderarticles');
     $this->cleanUpTable('oxobject2selectlist');
     $this->cleanUpTable('oxarticles');
     parent::tearDown();
 }
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $this->cleanUpTable('oxactions');
     //dorpping test table
     oxDb::getDb()->execute("DROP TABLE IF EXISTS `testDbMetaDataHandler`");
     parent::tearDown();
 }
Ejemplo n.º 6
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     if ($this->_oUser) {
         $this->_oUser->delete();
     }
     parent::tearDown();
 }
Ejemplo n.º 7
0
 /**
  * Executed after test is down
  *
  */
 protected function tearDown()
 {
     if (file_exists($this->sFileTestPath)) {
         unlink($this->sFileTestPath);
     }
     parent::tearDown();
 }
Ejemplo n.º 8
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $this->cleanUpTable('oxuser');
     oxDb::getDb()->execute("delete from oxremark where oxparentid = '_testArt'");
     oxDb::getDb()->execute("delete from oxnewssubscribed where oxuserid = '_testArt'");
     parent::tearDown();
 }
 /**
  * Initialize the fixture.
  *
  * @return null
  */
 protected function setUp()
 {
     parent::setUp();
     $this->_oTestObject = oxNew('oxLanguageException', $this->_sMsg);
     $this->assertEquals('OxidEsales\\EshopCommunity\\Core\\Exception\\LanguageException', get_class($this->_oTestObject));
     $this->_oTestObject->setLangConstant($this->_sLanguageConstant);
 }
Ejemplo n.º 10
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     oxRemClassModule('modOxUtilsDate');
     $this->cleanUpTable('oxobject2discount');
     $this->cleanUpTable('oxcategories');
     parent::tearDown();
 }
Ejemplo n.º 11
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     oxRegistry::getUtils()->commitFileCache();
     clearstatcache();
     //removing test files from tmp dir
     $sFilePath = $this->getConfig()->getConfigParam('sCompileDir') . "*testFileCache*.txt";
     $aPaths = glob($sFilePath);
     if (is_array($aPaths)) {
         foreach ($aPaths as $sFilename) {
             @unlink($sFilename);
         }
     }
     if ($this->_sTestLogFileName !== null) {
         unlink($this->_sTestLogFileName);
         $this->_sTestLogFileName = null;
     }
     if (file_exists('tmp_testCacheName')) {
         unlink('tmp_testCacheName');
     }
     $oUtils = oxRegistry::getUtils();
     $sFileName = $oUtils->getCacheFilePath("testVal", false, 'php');
     if (file_exists($sFileName)) {
         unlink($sFileName);
     }
     $sFileName = $oUtils->getCacheFilePath('testCache1');
     if (file_exists($sFileName)) {
         unlink($sFileName);
     }
     parent::tearDown();
 }
Ejemplo n.º 12
0
 /**
  * Clean-up oxarticles table + parent::tearDown()
  */
 protected function tearDown()
 {
     $this->cleanUpTable('oxarticles');
     $oDb = oxDb::getInstance();
     $oDb->setConfig(oxRegistry::get('oxConfigFile'));
     parent::tearDown();
 }
Ejemplo n.º 13
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $oDb = oxDb::getDb();
     $oDb->execute("delete from oxfiles where oxid='_testFileId'");
     $oDb->execute("delete from oxorderfiles where oxid='_testOrderFile'");
     parent::tearDown();
 }
 /**
  * Initialize the fixture.
  *
  * @return null
  */
 protected function setUp()
 {
     parent::setUp();
     $this->_oTestObject = oxNew('oxLanguageException', $this->_sMsg);
     $this->assertEquals('oxLanguageException', get_class($this->_oTestObject));
     $this->_oTestObject->setLangConstant($this->_sLanguageConstant);
 }
Ejemplo n.º 15
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     oxTestModules::addFunction('oxVendor', 'cleanRootVendor', '{oxVendor::$_aRootVendor = array();}');
     oxNew('oxvendor')->cleanRootVendor();
     oxRemClassModule('oxUtilsHelper');
     parent::tearDown();
 }
Ejemplo n.º 16
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $this->getSession()->setVariable("gbSessionFormId", null);
     $this->getSession()->setVariable("Errors", null);
     oxDb::getDB()->execute('delete from oxgbentries');
     parent::tearDown();
 }
Ejemplo n.º 17
0
 /**
  * Initialize the fixture.
  *
  * @return null
  */
 protected function setUp()
 {
     parent::setUp();
     $this->_oTestObject = oxNew('oxArticleException', $this->_sMsg);
     $this->_oTestObject->setArticleNr($this->_sArticle);
     $this->_oTestObject->setProductId($this->_sArticle);
 }
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     oxTestModules::addFunction('oxManufacturer', 'cleanRootManufacturer', '{oxManufacturer::$_aRootManufacturer = array();}');
     oxNew('oxManufacturer')->cleanRootManufacturer();
     oxRemClassModule('modUtils_oxManufacturerlist');
     parent::tearDown();
 }
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $this->addTeardownSql("delete from oxcategories where oxid like '%_testCategory%'");
     $this->addTeardownSql("delete from oxobject2category where oxid='_testObject2Category'");
     $this->addTeardownSql("delete from oxobject2category where oxobjectid like '%_testObject%'");
     parent::tearDown();
 }
 /**
  * Fixture tearDown.
  */
 protected function tearDown()
 {
     $this->cleanUpTable('oxuser');
     $this->cleanUpTable('oxuserbaskets');
     $this->cleanUpTable('oxuserbasketitems');
     parent::tearDown();
 }
Ejemplo n.º 21
0
 /**
  * Tear down..
  *
  * @return null
  */
 protected function tearDown()
 {
     // cleanup
     $this->cleanUpTable("oxnewssubscribed");
     $this->cleanUpTable("oxobject2group");
     parent::tearDown();
 }
Ejemplo n.º 22
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $this->getConfig()->setGlobalParameter('listtype', null);
     oxRemClassModule('oxCacheHelper');
     $this->cleanUpTable('oxobject2attribute');
     // ensure modules detached
     oxTestModules::cleanAllModules();
     $oDB = oxDb::getDB();
     $oDB->execute('delete from oxaccessoire2article where oxarticlenid="_testArt" ');
     $oDB->execute("update oxattribute set oxdisplayinbasket = 0 where oxid = '8a142c3f0b9527634.96987022' ");
     $this->cleanUpTable('oxarticles');
     $this->cleanUpTable('oxartextends');
     $this->cleanUpTable('oxcategories');
     $this->cleanUpTable('oxorderarticles');
     $this->cleanUpTable('oxprice2article', 'oxartid');
     $this->cleanUpTable('oxobject2category');
     $this->cleanUpTable('oxobject2category', 'oxobjectid');
     $this->cleanUpTable('oxobject2category', 'oxcatnid');
     $this->cleanUpTable('oxreviews');
     $this->cleanUpTable('oxdiscount');
     $oDB->Execute('delete from oxselectlist where oxid = "_testoxsellist" ');
     $oDB->Execute('delete from oxobject2selectlist where oxselnid = "_testoxsellist" ');
     oxDb::getInstance()->resetTblDescCache();
     parent::tearDown();
 }
Ejemplo n.º 23
0
 /**
  * Cleanup
  *
  * @return null
  */
 public function tearDown()
 {
     // cleanup
     $this->cleanUpTable("oxvouchers");
     $this->cleanUpTable("oxvoucherseries");
     parent::tearDown();
 }
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     oxDb::getDB()->execute("delete from oxobject2group where oxid like '\\_test%'");
     oxDb::getDB()->execute("delete from oxobject2group where oxobjectid like '\\_test%'");
     oxDb::getDB()->execute("delete from oxgroups where oxid like '\\_test%'");
     parent::tearDown();
 }
Ejemplo n.º 25
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     oxRemClassModule('modoxdeliverylist_oxorder');
     $this->cleanUpTable('oxorder');
     $this->cleanUpTable('oxorderarticles');
     $this->cleanUpTable('oxdeliveryset');
     $this->cleanUpTable('oxpayments');
     $this->cleanUpTable('oxwrapping');
     $this->cleanUpTable('oxarticles');
     $this->cleanUpTable('oxorderarticles');
     $this->cleanUpTable('oxuserbaskets');
     $this->cleanUpTable('oxuserbaskets', 'oxuserid');
     $this->cleanUpTable('oxuserbasketitems');
     $this->cleanUpTable('oxarticles');
     $this->cleanUpTable('oxpayments');
     $this->cleanUpTable('oxuser');
     $this->cleanUpTable('oxdelivery');
     $this->cleanUpTable('oxdiscount');
     $this->cleanUpTable('oxobject2discount');
     $this->cleanUpTable('oxdel2delset');
     $this->cleanUpTable('oxobject2delivery');
     $this->cleanUpTable('oxselectlist');
     $this->cleanUpTable('oxobject2selectlist');
     $this->cleanUpTable('oxorderarticles', 'oxorderid');
     $this->cleanUpTable('oxuserpayments', 'oxuserid');
     $this->cleanUpTable('oxvouchers');
     $this->cleanUpTable('oxvouchers', 'oxorderid');
     $this->cleanUpTable('oxvoucherseries');
     $oDb = oxDb::getDb();
     $oDb->execute("delete from oxuserbasketitems");
     $oDb->execute("delete from oxuserbaskets");
     oxArticleHelper::cleanup();
     parent::tearDown();
 }
Ejemplo n.º 26
0
 protected function tearDown()
 {
     oxRegistry::getLang()->setBaseLanguage($this->originalBaseLanguageId);
     $this->storeLanguageConfiguration($this->originalLanguageArray);
     $this->updateViews();
     parent::tearDown();
 }
Ejemplo n.º 27
0
 /**
  * Set up
  */
 protected function setUp()
 {
     parent::setUp();
     // fix for state ID compatability between editions
     $sSqlState = "REPLACE INTO `oxstates` (`OXID`, `OXCOUNTRYID`, `OXTITLE`, `OXISOALPHA2`, `OXTITLE_1`, `OXTITLE_2`, `OXTITLE_3`, `OXTIMESTAMP`) " . "VALUES ('333', '8f241f11096877ac0.98748826', 'USA last state', 'SS', 'USA last state', '', '', CURRENT_TIMESTAMP);";
     oxDb::getDb()->execute($sSqlState);
 }
Ejemplo n.º 28
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     foreach ($this->aNews as $oNew) {
         $oNew->delete();
     }
     parent::tearDown();
 }
Ejemplo n.º 29
0
 /**
  * Tear down the fixture.
  */
 protected function tearDown()
 {
     $this->cleanUpTable('oxconfig');
     $this->cleanUpTable('oxconfigdisplay');
     $this->cleanUpTable('oxtplblocks');
     parent::tearDown();
 }
Ejemplo n.º 30
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $this->getConfig()->setShopId($this->_sShopId);
     // deleting ..
     $this->_oContent->delete();
     parent::tearDown();
 }