Example #1
0
 /**
  * @expectedException \Defuse\Crypto\Exception\IOException
  * @expectedExceptionMessage array given
  */
 public function testNonStringDestinationPathDecrypt()
 {
     $src = self::$FILE_DIR . '/wat-gigantic-duck.jpg';
     File::decryptFile($src, [], $this->key);
 }