Skip to content

Commit

Permalink
Changed method call
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Köngeter committed Nov 25, 2020
1 parent 9c7b1cb commit c3ea733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QrReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public function testText1()
$image = __DIR__ . "/qrcodes/hello_world.png";

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

0 comments on commit c3ea733

Please sign in to comment.