Skip to content

Commit

Permalink
changed/changed-version-endroid auto-commit
Browse files Browse the repository at this point in the history
ahumadamatias committed Dec 5, 2024
1 parent bd713f6 commit 926be89
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added resources/img/BTC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/QrTest.php
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ public function testQrUri(): void
public function testSetQrLogo(): void
{
$qr = new Qr('34ZwZ4cYiwZnYquM4KW67sqT7vY88215CY');
$qr->setLogo(new Logo(__DIR__ . '/logo.png'));
$qr->setLogo(new Logo(__DIR__ . '/resources/img/BTC.png'));
$pngUri = $qr->getDataUri();

$this->assertNotEmpty($pngUri);

0 comments on commit 926be89

Please sign in to comment.