mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-22 01:25:12 +00:00
🔧
This commit is contained in:
@@ -70,7 +70,7 @@ final class QRMatrixTest extends TestCase{
|
||||
* Tests if eccLevel() returns the current (given) ECC level
|
||||
*/
|
||||
public function testECC():void{
|
||||
$this::assertSame(EccLevel::L, $this->matrix->eccLevel()->getOrdinal());
|
||||
$this::assertSame(EccLevel::MODES[EccLevel::L], $this->matrix->eccLevel()->getOrdinal());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user