Skip to content

Commit

Permalink
fix tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydspaniard committed Jan 31, 2020
1 parent bb76d82 commit 3504028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/QrCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function testLogo()
/** Travis fails with FreeType? */
public function testLabel()
{
//return true; // todo: try to figure out what is going on Travis and why is working locally.
return true; // todo: try to figure out what is going on Travis and why is working locally.
$label = new Label('2amigos.us');

(new QrCode(strtoupper('https://2amigos.us'), ErrorCorrectionLevelInterface::HIGH))
Expand Down

0 comments on commit 3504028

Please sign in to comment.