public function OliveroHexToHslTest::setUp in Drupal 10
Overrides UnitTestCase::setUp
File
- core/
themes/ olivero/ tests/ src/ Unit/ OliveroHexToHslTest.php, line 17
Class
- OliveroHexToHslTest
- Tests the _olivero_hex_to_hsl() function.
Namespace
Drupal\Tests\olivero\UnitCode
public function setUp() : void {
parent::setUp();
require_once __DIR__ . '/../../../olivero.theme';
}