Skip to content

Commit 75022c5

Browse files
Roman SyroeshkoRoman Syroeshko
authored andcommitted
1 parent 8e9f865 commit 75022c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWord/Tests/Element/PreserveTextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testConstructWithArray()
5757
{
5858
$oPreserveText = new PreserveText(
5959
htmlspecialchars('text', ENT_COMPAT, 'UTF-8'),
60-
null,
60+
array('size' => 16, 'color' => '1B2232'),
6161
array('alignment' => 'center')
6262
);
6363
$this->assertInstanceOf('PhpOffice\\PhpWord\\Style\\Font', $oPreserveText->getFontStyle());

0 commit comments

Comments
 (0)