Skip to content

Commit

Permalink
assertFileExists icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yakeing authored Aug 27, 2019
1 parent 5297117 commit 248a4f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/QRCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public function testQRCode(){
$margin = 0;
$color = 'Ff0f0F,#000000';
$spec = 10;
$this->assertFileExists($icon);
$str = QrCode::image($text, $pixel, $icon, $distinguish, $type, $margin, $color, $spec, array());
$this->assertTrue(is_array($str));
$text = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
Expand Down

0 comments on commit 248a4f4

Please sign in to comment.