コード例 #1
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->deleteTmpDir();
     if (!is_null($this->tempDirectory)) {
         $this->filesystem->remove($this->tempDirectory);
     }
 }
コード例 #2
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->deleteTmpDir();
 }