Example #1
0
 /**
  * @expectedException \Defuse\Crypto\Exception\IOException
  * @expectedExceptionMessage Is a directory
  */
 public function testBadDestinationPathDecryptWithPassword()
 {
     $src = self::$FILE_DIR . '/wat-gigantic-duck.jpg';
     File::decryptFileWithPassword($src, './', 'password');
 }