From 9c826d2e8d1e23dbf708795b4e1517aad0f0f79c Mon Sep 17 00:00:00 2001 From: smiley Date: Wed, 25 Oct 2017 00:11:35 +0200 Subject: [PATCH] :octocat: hmm... ("compiles on my machine") --- tests/Output/MarkupTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }