Explorar o código

:octocat: trying a non-existent directory

codemasher %!s(int64=4) %!d(string=hai) anos
pai
achega
4f6002ab7b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/Output/QROutputTestAbstract.php

+ 2 - 2
tests/Output/QROutputTestAbstract.php

@@ -76,9 +76,9 @@ abstract class QROutputTestAbstract extends TestCase{
 #		}
 
 		$this->expectException(QRCodeOutputException::class);
-		$this->expectExceptionMessage('Could not write data to cache file: /foo.bar');
+		$this->expectExceptionMessage('Could not write data to cache file: /foo/bar.test');
 
-		$this->options->cachefile = '/foo.bar';
+		$this->options->cachefile = '/foo/bar.test';
 		$this->outputInterface = $this->getOutputInterface($this->options);
 		$this->outputInterface->dump();
 	}