Example #1
0
 /**
  * Tear down the fixture.
  */
 protected function tearDown()
 {
     parent::tearDown();
 }
Example #2
0
 /**
  * Tear down the fixture.
  */
 protected function tearDown()
 {
     $this->addTableForCleanup('oxobject2category');
     parent::tearDown();
 }
 /**
  * Truncate tables so counter reset to zero.
  *
  * @see OxidTestCase::tearDown()
  */
 protected function tearDown()
 {
     oxDb::getDb()->execute('TRUNCATE TABLE `oxorder`');
     oxDb::getDb()->execute('TRUNCATE TABLE `oxcounters`');
     parent::tearDown();
 }
Example #4
0
 /**
  * Initialize the fixture.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->reset();
 }