Skip to content

Commit

Permalink
Revert "Add debug info"
Browse files Browse the repository at this point in the history
This reverts commit 5a656d3.
  • Loading branch information
olivervogel committed Dec 28, 2024
1 parent ea6668a commit 12817af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected function assertMediaTypeJpeg2000(string|EncodedImage $input): void

$this->assertTrue(
preg_match("/^0000000C6A5020200D0A870A|FF4FFF51/", $sample) === 1,
'Detected MIME type does not belong to the Jpeg 2000 format (' . substr($sample, 0, 24) . ').'
'Detected MIME type does not belong to the Jpeg 2000 format.'
);
}

Expand Down

0 comments on commit 12817af

Please sign in to comment.