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 e7a866e commit 85b6db1Copy full SHA for 85b6db1
webapp/tests/Unit/Utils/UtilsTest.php
@@ -377,7 +377,7 @@ public function testHexToForegroundAndBorder(): void
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", "#000000"], Utils::hexToForegroundAndBorder("#10203040"));
+ self::assertEquals(["#ffffff", "#0000ff"], Utils::hexToForegroundAndBorder("#10203040"));
381
}
382
383
/**
0 commit comments