function 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.