function OliveroHexToHslTest::setUp

Same name in other branches
  1. 11.x core/themes/olivero/tests/src/Unit/OliveroHexToHslTest.php \Drupal\Tests\olivero\Unit\OliveroHexToHslTest::setUp()

Overrides UnitTestCase::setUp

File

core/themes/olivero/tests/src/Unit/OliveroHexToHslTest.php, line 19

Class

OliveroHexToHslTest
Tests the _olivero_hex_to_hsl() function.

Namespace

Drupal\Tests\olivero\Unit

Code

public function setUp() : void {
    parent::setUp();
    require_once __DIR__ . '/../../../olivero.theme';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.