From 26c67dba776e1e6f8ac40eed70fe79995325863d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 31 Jul 2022 13:55:09 +0300 Subject: update phpstan to 1.8.2 --- vendor/chillerlan/php-qrcode/tests/QRCodeTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/chillerlan/php-qrcode/tests') diff --git a/vendor/chillerlan/php-qrcode/tests/QRCodeTest.php b/vendor/chillerlan/php-qrcode/tests/QRCodeTest.php index 523d7eb8c..56936a745 100755 --- a/vendor/chillerlan/php-qrcode/tests/QRCodeTest.php +++ b/vendor/chillerlan/php-qrcode/tests/QRCodeTest.php @@ -74,6 +74,7 @@ class QRCodeTest extends TestCase{ public function testIsByte():void{ $this::assertTrue($this->qrcode->isByte("\x01\x02\x03")); $this::assertTrue($this->qrcode->isByte(' ')); // not empty! + $this::assertTrue($this->qrcode->isByte('0')); $this::assertFalse($this->qrcode->isByte('')); } -- cgit v1.2.3-54-g00ecf