Skip to content

Commit 571fbd8

Browse files
committed
wip
1 parent 8bdf76f commit 571fbd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/Images/ImageMagickHandlerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ public function testImageCopy(): void
345345
$this->handler->withFile($this->origin . 'ci-logo.' . $type);
346346
$this->handler->save($this->root . 'ci-logo.' . $type);
347347
$this->assertFileExists($this->root . 'ci-logo.' . $type);
348+
$this->assertGreaterThan(0, filesize($this->root . 'ci-logo.' . $type));
348349

349350
$this->assertNotSame(
350351
file_get_contents($this->origin . 'ci-logo.' . $type),

0 commit comments

Comments
 (0)