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 1655031 commit 7c6de8aCopy full SHA for 7c6de8a
tests/PhpWordTests/Writer/RTF/Style/FontTest.php
@@ -88,7 +88,7 @@ public function testFontColorRegistered(): void
88
$element->setText('Test');
89
$element->setFontStyle($style);
90
91
- $expect = '{\f1\cf2\fs48\highlight3\chshdng0\chcbpat3\cb4 Test}';
+ $expect = '{\f1\cf2\fs48\highlight3\chshdng0\chcbpat4\cb4 Test}';
92
self::assertEquals($expect, $this->removeCr($writer));
93
}
94
0 commit comments