This commit is contained in:
codemasher
2020-04-06 19:08:46 +02:00
parent 90775f1943
commit b5228fd480
+1 -1
View File
@@ -40,7 +40,7 @@ class QRCodeTest extends TestCase{
}
/**
* isNumber() should pass on yna number and fail on anything else
* isNumber() should pass on any number and fail on anything else
*/
public function testIsNumber():void{
$this::assertTrue($this->qrcode->isNumber('0123456789'));