mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-31 20:48:40 +00:00
🔧 file under: platform differences we'll never know.
This commit is contained in:
@@ -83,8 +83,6 @@ class QRFpdfTest extends QROutputTestAbstract{
|
||||
$expected = substr(file_get_contents(__DIR__.'/samples/'.$type), 0, 2500);
|
||||
$actual = substr((new QRCode($this->options))->render('test'), 0, 2500);
|
||||
|
||||
\var_dump([$expected, $actual]);
|
||||
|
||||
$this::assertSame($expected, $actual);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user