mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 12:07:32 +00:00
make sure to cover $htmlOmitEndTag
This commit is contained in:
@@ -44,6 +44,7 @@ class StringTest extends \PHPUnit_Framework_TestCase{
|
||||
*/
|
||||
public function testStringOutput($data, $type, $expected){
|
||||
$this->options->type = $type;
|
||||
$this->options->htmlOmitEndTag = false;
|
||||
$this->assertEquals($expected, (new QRCode($data, new QRString($this->options)))->output());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user