mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 01:47:57 +00:00
:octocat: reader test: add damaged version sample
This commit is contained in:
@@ -56,6 +56,8 @@ abstract class QRCodeReaderTestAbstract extends TestCase{
|
||||
'kanji' => ['kanji.png', '茗荷茗荷茗荷茗荷', false],
|
||||
// covers most of ReedSolomonDecoder
|
||||
'damaged' => ['damaged.png', 'https://smiley.codes/qrcode/', false],
|
||||
// covers attempt to read 2nd (bottom left) version info
|
||||
'version2' => ['damaged_version.png', 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', false],
|
||||
// covers Binarizer::getHistogramBlackMatrix()
|
||||
'smol' => ['smol.png', 'https://smiley.codes/qrcode/', false],
|
||||
// tilted 22° CCW
|
||||
|
||||
Reference in New Issue
Block a user