Example #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();
 }
Example #2
0
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
     tx_seminars_registrationmanager::purgeInstance();
     if (t3lib_utility_VersionNumber::convertVersionNumberToInteger(TYPO3_version) < 4007000) {
         $GLOBALS['TYPO3_CONF_VARS']['BE'] = $this->backEndConfigurationBackup;
     }
 }
Example #3
0
 /**
  * @test
  */
 public function cleanUpDiscardsFakeFrontEnd()
 {
     $this->subject->createFrontEndPage();
     $this->subject->createFakeFrontEnd();
     $this->subject->cleanUp();
     self::assertFalse($this->subject->hasFakeFrontEnd());
 }
Example #4
0
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
 }
Example #5
0
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
     tx_seminars_registrationmanager::purgeInstance();
 }
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
     $GLOBALS['BE_USER'] = $this->backEndUserBackup;
 }
 protected function tearDown()
 {
     Tx_Oelib_BackEndLoginManager::purgeInstance();
     $this->testingFramework->cleanUp();
     $GLOBALS['BE_USER'] = $this->backEndUserBackup;
 }
Example #8
0
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
     Tx_Oelib_MapperRegistry::purgeInstance();
 }
Example #9
0
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
     $GLOBALS['TYPO3_CONF_VARS']['SYS']['enableDeprecationLog'] = $this->deprecationLogEnabledBackup;
 }
Example #10
0
 protected function tearDown()
 {
     $this->testingFramework->cleanUp();
     $GLOBALS['LANG'] = $this->languageBackup;
     $this->languageBackup = NULL;
 }