mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-26 11:18:12 +00:00
:octocat: hmm... ("compiles on my machine")
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user