Beispiel #1
0
 /**
  * Tests OpenSSL::createProcess
  *
  * @expectedException \phpbu\App\Exception
  */
 public function testNoMode()
 {
     $path = realpath(__DIR__ . '/../../../_files/bin');
     $openSSL = new OpenSSL($path);
     $openSSL->encryptFile('/foo/bar.txt');
     $openSSL->getCommandLine();
 }