Skip to content
Snippets Groups Projects
Commit 185e3281 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix unit test

parent 91765e22
No related branches found
No related tags found
No related merge requests found
...@@ -391,7 +391,7 @@ PHP; ...@@ -391,7 +391,7 @@ PHP;
{ {
$filename = $this->certdir . DIRECTORY_SEPARATOR . 'key'; $filename = $this->certdir . DIRECTORY_SEPARATOR . 'key';
$data = 'data'; $data = 'data';
$config = new Configuration(['privatekey' => $filename], 'test'); $config = new Configuration(['privatekey' => $filename, 'privatekey_pass' => null], 'test');
$full_path = true; $full_path = true;
file_put_contents($filename, $data); file_put_contents($filename, $data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment