コード例 #1
0
 public function tearDown()
 {
     if ($this->resetTestModuleAtTearDown) {
         ModuleWriteableMock::tearDown();
     }
     parent::tearDown();
 }
コード例 #2
0
ファイル: DynamicCreatorTest.php プロジェクト: rukzuk/rukzuk
 protected function tearDown()
 {
     $creatorTempDirectory = Registry::getConfig()->creator->directory;
     $workingDirectory = $this->getWorkingDirectory();
     DirectoryHelper::removeRecursiv($workingDirectory, $creatorTempDirectory);
     parent::tearDown();
 }