コード例 #1
0
ファイル: ReparseTest.php プロジェクト: rukzuk/rukzuk
 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();
 }
コード例 #2
0
 protected function tearDown()
 {
     // Verzeichnisse wieder loeschen
     if (is_dir($this->screenOutput)) {
         $this->removeDir($this->screenOutput);
     }
     // Parent aufrufen
     parent::tearDown();
 }
コード例 #3
0
 protected function tearDown()
 {
     // Reset Test Data
     ExternalrukzukserviceMock::clearTestData();
     // Verzeichnisse wieder loeschen
     if (is_dir($this->screenOutput)) {
         $this->removeDir($this->screenOutput);
     }
     // Parent aufrufen
     parent::tearDown();
 }
コード例 #4
0
ファイル: TransactionTestCase.php プロジェクト: rukzuk/rukzuk
 protected function tearDown()
 {
     $this->getDbHelper()->tearDown();
     MockManager::tearDown();
     parent::tearDown();
 }
コード例 #5
0
ファイル: FeedbackTest.php プロジェクト: rukzuk/rukzuk
 protected function tearDown()
 {
     parent::tearDown();
 }