mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-27 10:28:57 +00:00
:octocat: proper names for QRMatrix getters
This commit is contained in:
@@ -73,7 +73,7 @@ abstract class DataInterfaceTestAbstract extends TestCase{
|
||||
$matrix = $this->QRData->writeMatrix(new MaskPattern($maskPattern));
|
||||
|
||||
$this::assertInstanceOf(QRMatrix::class, $matrix);
|
||||
$this::assertSame($maskPattern, $matrix->maskPattern()->getPattern());
|
||||
$this::assertSame($maskPattern, $matrix->getMaskPattern()->getPattern());
|
||||
}
|
||||
|
||||
abstract public static function stringValidateProvider():array;
|
||||
|
||||
Reference in New Issue
Block a user