Просмотр исходного кода

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

smiley 8 лет назад
Родитель
Сommit
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();
 	}