🚿 static calls to TestCase::assert*

This commit is contained in:
codemasher
2020-02-19 21:04:36 +01:00
parent 551150b226
commit 41730158d7
12 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -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());
}