Пример #1
0
 public function testDeleteFileRmdirError()
 {
     $file = $this->createFile();
     $this->setPropertyValue($this->update, 'file', $file . DIRECTORY_SEPARATOR . 'test.phar');
     $this->setExpectedException('Herrera\\Phar\\Update\\Exception\\FileException', 'rmdir');
     $this->update->deleteFile();
 }