Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Apr 3, 2019
1 parent 666a9c9 commit 7823bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QrCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function testSetLabel(): void
{
$qrCode = new QrCode('QR Code');
$qrCode->setSize(300);
$qrCode->setLabel('Scan the code', 15, 'test');
$qrCode->setLabel('Scan the code', 15);

$pngData = $qrCode->writeString();
$this->assertTrue(is_string($pngData));
Expand Down

0 comments on commit 7823bad

Please sign in to comment.