Skip to content

Commit

Permalink
Adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Oct 27, 2024
1 parent b4c4e4a commit 5f910ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/HeicTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function testEncoding(): void


echo "<pre>";
var_dump(mb_strlen($encoded));
var_dump($encoded);
echo "</pre>";
exit;
// $this->assertMediaType('image/heic', $encoded);
Expand Down

0 comments on commit 5f910ee

Please sign in to comment.