:octocat: hmm... ("compiles on my machine")

This commit is contained in:
smiley
2017-10-25 00:11:35 +02:00
parent 925f927656
commit 9c826d2e8d
+1 -1
View File
@@ -79,7 +79,7 @@ class MarkupTest extends OutputTestAbstract{
*/
public function testSaveToFileException(string $type){
$this->options->type = $type;
$this->options->cachefile = '\\foo';
$this->options->cachefile = __DIR__.'/foo/bar';
(new QRCode('foo', new $this->outputInterfaceClass($this->options)))->output();
}