We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bdf76f commit 571fbd8Copy full SHA for 571fbd8
1 file changed
tests/system/Images/ImageMagickHandlerTest.php
@@ -345,6 +345,7 @@ public function testImageCopy(): void
345
$this->handler->withFile($this->origin . 'ci-logo.' . $type);
346
$this->handler->save($this->root . 'ci-logo.' . $type);
347
$this->assertFileExists($this->root . 'ci-logo.' . $type);
348
+ $this->assertGreaterThan(0, filesize($this->root . 'ci-logo.' . $type));
349
350
$this->assertNotSame(
351
file_get_contents($this->origin . 'ci-logo.' . $type),
0 commit comments