codemasher 4 vuotta sitten
vanhempi
commit
454c6c6974
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tests/QRCodeReaderTest.php

+ 1 - 1
tests/QRCodeReaderTest.php

@@ -102,7 +102,7 @@ class QRCodeReaderTest extends TestCase{
 		$data = [];
 		$data = [];
 		$str  = str_repeat($this::loremipsum, 5);
 		$str  = str_repeat($this::loremipsum, 5);
 
 
-		foreach(range(1, 10) as $v){
+		foreach(range(1, 40) as $v){
 			$version = new Version($v);
 			$version = new Version($v);
 
 
 			foreach(EccLevel::MODES as $ecc => $_){
 			foreach(EccLevel::MODES as $ecc => $_){