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
368368
369369 public function testHexToForegroundAndBorder (): void
370370 {
371- self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#ffffff " ));
371+ self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#fffDDD " ));
372372 self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#000000 " ));
373- self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#AFE " ));
373+ self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#ABC " ));
374374 self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#1239 " ));
375375 self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#10203040 " ));
376376 }
You can’t perform that action at this time.
0 commit comments