Example #1
0
 protected function tearDown()
 {
     if (\Seitenbau\Registry::getConfig()->screens->activ != false && \Seitenbau\Registry::getConfig()->screens->activ != "no") {
         $screenshotWebsiteDir = \Seitenbau\Registry::getConfig()->screens->directory . DIRECTORY_SEPARATOR . $this->websiteId . DIRECTORY_SEPARATOR;
         $this->removeDir($screenshotWebsiteDir);
     }
     parent::tearDown();
 }
 protected function tearDown()
 {
     // Verzeichnisse wieder loeschen
     if (is_dir($this->screenOutput)) {
         $this->removeDir($this->screenOutput);
     }
     // Parent aufrufen
     parent::tearDown();
 }
 protected function tearDown()
 {
     // Reset Test Data
     ExternalrukzukserviceMock::clearTestData();
     // Verzeichnisse wieder loeschen
     if (is_dir($this->screenOutput)) {
         $this->removeDir($this->screenOutput);
     }
     // Parent aufrufen
     parent::tearDown();
 }
Example #4
0
 protected function tearDown()
 {
     $this->getDbHelper()->tearDown();
     MockManager::tearDown();
     parent::tearDown();
 }
Example #5
0
 protected function tearDown()
 {
     parent::tearDown();
 }