/** * Tear down the fixture. */ protected function tearDown() { 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(); }
/** * Tear down the fixture. */ protected function tearDown() { $this->addTableForCleanup('oxobject2category'); parent::tearDown(); }