|
|
@@ -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());
|
|
|
}
|
|
|
|
|
|
/**
|