Exemplo n.º 1
0
 public function tearDown()
 {
     if ($this->resetTestModuleAtTearDown) {
         ModuleWriteableMock::tearDown();
     }
     parent::tearDown();
 }
Exemplo n.º 2
0
 protected function tearDown()
 {
     $creatorTempDirectory = Registry::getConfig()->creator->directory;
     $workingDirectory = $this->getWorkingDirectory();
     DirectoryHelper::removeRecursiv($workingDirectory, $creatorTempDirectory);
     parent::tearDown();
 }