Skip to content

Commit 7c6de8a

Browse files
authored
Update FontTest.php
1 parent 1655031 commit 7c6de8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWordTests/Writer/RTF/Style/FontTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testFontColorRegistered(): void
8888
$element->setText('Test');
8989
$element->setFontStyle($style);
9090

91-
$expect = '{\f1\cf2\fs48\highlight3\chshdng0\chcbpat3\cb4 Test}';
91+
$expect = '{\f1\cf2\fs48\highlight3\chshdng0\chcbpat4\cb4 Test}';
9292
self::assertEquals($expect, $this->removeCr($writer));
9393
}
9494

0 commit comments

Comments
 (0)