Пример #1
0
 /**
  * Tear down the fixture.
  *
  * @return null
  */
 protected function tearDown()
 {
     $this->_oObj->delete();
     $this->cleanUpTable('oxdelivery');
     $this->cleanUpTable('oxdel2delset');
     parent::tearDown();
     oxRemClassModule('contentTest_oxUtilsView');
 }