File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -374,10 +374,10 @@ public function testApcaContrast(): void
374
374
public function testHexToForegroundAndBorder (): void
375
375
{
376
376
self ::assertEquals (["#ffffff " , "#bfbd9dff " ], Utils::hexToForegroundAndBorder ("#fffDDD " ));
377
- self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#000000 " ));
378
- self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#ABC " ));
379
- self ::assertEquals (["#ffffff " , "#000000 " ], Utils::hexToForegroundAndBorder ("#1239 " ));
380
- self ::assertEquals (["#ffffff " , "#0000ff " ], Utils::hexToForegroundAndBorder ("#10203040 " ));
377
+ self ::assertEquals (["#ffffff " , "#000000ff " ], Utils::hexToForegroundAndBorder ("#000000 " ));
378
+ self ::assertEquals (["#ffffff " , "#000000ff " ], Utils::hexToForegroundAndBorder ("#ABC " ));
379
+ self ::assertEquals (["#ffffff " , "#00000099 " ], Utils::hexToForegroundAndBorder ("#1239 " ));
380
+ self ::assertEquals (["#ffffff " , "#0000ff40 " ], Utils::hexToForegroundAndBorder ("#10203040 " ));
381
381
}
382
382
383
383
/**
You can’t perform that action at this time.
0 commit comments