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 a070e15 commit e96bc35Copy full SHA for e96bc35
tests/PhpWordTests/Writer/ODText/Style/FontTest.php
@@ -123,7 +123,7 @@ public static function providerAllNamedColors()
123
[Font::FGCOLOR_DARKGREEN, '006400'],
124
[Font::FGCOLOR_DARKMAGENTA, '8B008B'],
125
[Font::FGCOLOR_DARKRED, '8B0000'],
126
- [Font::FGCOLOR_DARKYELLOW, '8B8B00'],
+ [Font::FGCOLOR_DARKYELLOW, '808000'],
127
[Font::FGCOLOR_DARKGRAY, 'A9A9A9'],
128
[Font::FGCOLOR_LIGHTGRAY, 'D3D3D3'],
129
[Font::FGCOLOR_BLACK, '000000'],
0 commit comments