mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-28 11:07:25 +00:00
🚿 static calls to TestCase::assert*
This commit is contained in:
@@ -23,7 +23,7 @@ class MaskPatternTesterTest extends QRTestAbstract{
|
||||
public function testMaskpattern(){
|
||||
$matrix = (new Byte(new QROptions(['version' => 10]), 'test'))->initMatrix(0, true);
|
||||
|
||||
$this->assertSame(6178, (new MaskPatternTester($matrix))->testPattern());
|
||||
$this::assertSame(6178, (new MaskPatternTester($matrix))->testPattern());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user