File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -368,9 +368,9 @@ public function testApcaContrast(): void
368
368
369
369
public function testHexToForegroundAndBorder (): void
370
370
{
371
- self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#ffffff " ));
371
+ self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#fffDDD " ));
372
372
self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#000000 " ));
373
- self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#AFE " ));
373
+ self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#ABC " ));
374
374
self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#1239 " ));
375
375
self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#10203040 " ));
376
376
}
You can’t perform that action at this time.
0 commit comments