Beispiel #1
0
 protected function tearDown()
 {
     // Resets the language of the interface to the value it had before
     // we set it to "default" for testing.
     $GLOBALS['LANG']->lang = $this->originalLanguage;
     $this->testingFramework->cleanUp();
 }
 protected function tearDown()
 {
     $GLOBALS['TYPO3_CONF_VARS'] = $this->typo3confVarsBackup;
     $_GET = $this->getBackup;
     $_POST = $this->postBackup;
     $this->testingFramework->cleanUp();
 }
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
     tx_seminars_registrationmanager::purgeInstance();
     $GLOBALS['TYPO3_CONF_VARS']['EXTCONF'] = $this->extConfBackup;
     $GLOBALS['T3_VAR']['getUserObj'] = $this->t3VarBackup;
 }
 protected function tearDown()
 {
     $GLOBALS['LANG']->lang = $this->languageBackup;
     $this->testingFramework->cleanUp();
     $this->flushAllFlashMessages();
     $GLOBALS['TYPO3_CONF_VARS']['EXTCONF'] = $this->extConfBackup;
     $GLOBALS['T3_VAR']['getUserObj'] = $this->t3VarBackup;
 }
Beispiel #5
0
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
 }
Beispiel #6
0
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
     tx_seminars_registrationmanager::purgeInstance();
 }
Beispiel #7
0
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
     $GLOBALS['TCA'][$this->testingTable]['ctrl'] = $this->tcaBackup;
 }
 protected function tearDown()
 {
     $GLOBALS['LANG']->lang = $this->backEndLanguageBackup;
     $this->testingFramework->cleanUp();
     tx_seminars_registration::purgeCachedSeminars();
 }