瀏覽代碼

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

smiley 8 年之前
父節點
當前提交
9c826d2e8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Output/MarkupTest.php

+ 1 - 1
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();
 	}