We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486321b commit cba1edcCopy full SHA for cba1edc
tests/PhpWord/Shared/HtmlTest.php
@@ -636,12 +636,12 @@ public function testParseLetterSpacing()
636
/**
637
* Tests checkbox input field
638
*/
639
- public function testInputCheckbox()
+ public function testInputCheckbox()
640
{
641
$phpWord = new \PhpOffice\PhpWord\PhpWord();
642
$section = $phpWord->addSection();
643
$html = '<input type="checkbox" checked="true" /><input type="checkbox" />';
644
- Html::addHtml($section, $html);
+ Html::addHtml($section, $html);
645
646
$doc = TestHelperDOCX::getDocument($phpWord, 'Word2007');
647
0 commit comments