Skip to content

Commit 1655031

Browse files
authored
Update FontTest.php - Registering default font color shifted color table.
1 parent 4c1c127 commit 1655031

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\cf1\fs48\highlight2\chshdng0\chcbpat3\cb3 Test}';
91+
$expect = '{\f1\cf2\fs48\highlight3\chshdng0\chcbpat3\cb4 Test}';
9292
self::assertEquals($expect, $this->removeCr($writer));
9393
}
9494

0 commit comments

Comments
 (0)