Skip to content

Commit 02d3c39

Browse files
committed
better write to file exception test
1 parent d582081 commit 02d3c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/exception.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function testVipsWriteToFileException()
2525
{
2626
$this->expectException(Vips\Exception::class);
2727

28-
$this->image->writeToFile("/permissions error.jpg");
28+
$this->image->writeToFile("/directory/doesn't/exist.jpg");
2929
}
3030

3131
public function testVipsWriteToBufferException()

0 commit comments

Comments
 (0)