You are here

protected property ColorTest::$colorTests in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/color/tests/src/Functional/ColorTest.php \Drupal\Tests\color\Functional\ColorTest::colorTests

Associative array of hex color strings to test.

Keys are the color string and values are a Boolean set to TRUE for valid colors.

Type: array

File

core/modules/color/tests/src/Functional/ColorTest.php, line 49

Class

ColorTest
Modify the Bartik theme colors and make sure the changes are reflected on the frontend.

Namespace

Drupal\Tests\color\Functional

Code

protected $colorTests;