make sure to cover $htmlOmitEndTag

This commit is contained in:
smiley
2016-02-09 01:29:39 +01:00
parent 645e571d4f
commit 158999f9ad
+1
View File
@@ -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());
}