Ejemplo n.º 1
0
 /**
  * @expectedException \OC\Encryption\Exceptions\DecryptionFailedException
  * @expectedExceptionMessage Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.
  */
 public function testDecrypt()
 {
     $this->instance->decrypt('abc');
 }