We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612de51 commit 6296806Copy full SHA for 6296806
1 file changed
tests/ConfigTest.php
@@ -40,11 +40,11 @@ public function testPpmLoadBuffer()
40
$ppm = "P3
41
1 1
42
255
43
-0 0 0
+0 0 0
44
";
45
46
if (Vips\Utils::typeFromName("VipsForeignLoadPpmBuffer") != 0) {
47
- // the PPM loader is built in and should be available in most
+ // the PPM loader is built in and should be available in most
48
// libvips binaries
49
$image = Vips\Image::ppmload_buffer($ppm);
50
$this->assertTrue($image->width == 1);
@@ -56,7 +56,7 @@ public function testBlockUntrusted()
56
57
58
59
60
61
62
if (Vips\FFI::atLeast(8, 13) &&
@@ -75,7 +75,7 @@ public function testBlock()
75
76
77
78
79
80
81
0 commit comments