ソースを参照

:wrench: file under: platform differences we'll never know.

codemasher 5 年 前
コミット
4970fc018e
1 ファイル変更0 行追加2 行削除
  1. 0 2
      tests/Output/QRFpdfTest.php

+ 0 - 2
tests/Output/QRFpdfTest.php

@@ -83,8 +83,6 @@ class QRFpdfTest extends QROutputTestAbstract{
 		$expected = substr(file_get_contents(__DIR__.'/samples/'.$type), 0, 2500);
 		$expected = substr(file_get_contents(__DIR__.'/samples/'.$type), 0, 2500);
 		$actual   = substr((new QRCode($this->options))->render('test'), 0, 2500);
 		$actual   = substr((new QRCode($this->options))->render('test'), 0, 2500);
 
 
-		\var_dump([$expected, $actual]);
-
 		$this::assertSame($expected, $actual);
 		$this::assertSame($expected, $actual);
 	}
 	}