Skip to content

Commit 8bb0b73

Browse files
committed
fix merge
1 parent d4f08a3 commit 8bb0b73

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/PhpWord/Shared/HtmlTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ public function testParseLetterSpacing()
640640
}
641641

642642
/**
643-
<<<<<<< HEAD
644643
* Tests checkbox input field
645644
*/
646645
public function testInputCheckbox()
@@ -659,13 +658,9 @@ public function testInputCheckbox()
659658
$this->assertEquals(0, $doc->getElement('/w:document/w:body/w:p[2]/w:r/w:fldChar/w:ffData/w:checkBox/w:checked')->getAttribute('w:val'));
660659
}
661660

662-
/**
663-
* Parse widths in tables and cells, which also allows for controlling column width
664-
*/
665-
=======
661+
/**
666662
* Parse widths in tables and cells, which also allows for controlling column width
667663
*/
668-
>>>>>>> branch 'develop' of https://github.com/PHPOffice/PHPWord
669664
public function testParseTableAndCellWidth()
670665
{
671666
$phpWord = new \PhpOffice\PhpWord\PhpWord();

0 commit comments

Comments
 (0)