We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d582081 commit 02d3c39Copy full SHA for 02d3c39
tests/exception.php
@@ -25,7 +25,7 @@ public function testVipsWriteToFileException()
25
{
26
$this->expectException(Vips\Exception::class);
27
28
- $this->image->writeToFile("/permissions error.jpg");
+ $this->image->writeToFile("/directory/doesn't/exist.jpg");
29
}
30
31
public function testVipsWriteToBufferException()
0 commit comments