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 f0357bb commit cf27c6dCopy full SHA for cf27c6d
tests/PhpWordTests/Writer/ODText/Style/FontTest.php
@@ -47,6 +47,7 @@ public function testDefaultDefaults(): void
47
$element = $doc->getElement($path, $file);
48
49
self::assertEquals('#000000', $element->getAttribute('fo:color'));
50
+ self::assertEquals('false', $element->getAttribute('style:use-window-font-color')); //has to be set to false so that fo:color can take effect
51
}
52
53
public function testSettingDefaults(): void
0 commit comments