Skip to content

Commit e96bc35

Browse files
authored
Update FontTest.php - Dark Yellow was incorrect.
1 parent a070e15 commit e96bc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static function providerAllNamedColors()
123123
[Font::FGCOLOR_DARKGREEN, '006400'],
124124
[Font::FGCOLOR_DARKMAGENTA, '8B008B'],
125125
[Font::FGCOLOR_DARKRED, '8B0000'],
126-
[Font::FGCOLOR_DARKYELLOW, '8B8B00'],
126+
[Font::FGCOLOR_DARKYELLOW, '808000'],
127127
[Font::FGCOLOR_DARKGRAY, 'A9A9A9'],
128128
[Font::FGCOLOR_LIGHTGRAY, 'D3D3D3'],
129129
[Font::FGCOLOR_BLACK, '000000'],

0 commit comments

Comments
 (0)