Skip to content

Commit c3ea733

Browse files
author
Tobias Köngeter
committed
Changed method call
1 parent 9c7b1cb commit c3ea733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/QrReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ public function testText1()
1313
$image = __DIR__ . "/qrcodes/hello_world.png";
1414

1515
$qrcode = new QrReader($image);
16-
self::assertSame("Hello world!", $qrcode->text());
16+
$this->assertSame("Hello world!", $qrcode->text());
1717
}
1818
}

0 commit comments

Comments
 (0)