Ejemplo n.º 1
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $this->cleanUpTable('oxactions');
     $this->cleanUpTable('oxattribute');
     $this->cleanUpTable('oxarticles');
     $this->cleanUpTable('oxcategories');
     $this->cleanUpTable('oxdiscount');
     $this->cleanUpTable('oxnews');
     $this->cleanUpTable('oxorder');
     //clean it
     oxDB::getDb()->execute('delete from oxactions where oxtitle like "test%"');
     oxDB::getDb()->execute('delete from oxnews where oxshortdesc like "oxbasetest%"');
     oxRemClassModule('modoxCacheAdminForBase');
     oxRemClassModule('modoxCacheForBase');
     parent::teardown();
 }