diff --git a/tests/Output/MarkupTest.php b/tests/Output/MarkupTest.php index 8d5173c67..50aee4b94 100644 --- a/tests/Output/MarkupTest.php +++ b/tests/Output/MarkupTest.php @@ -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(); }