You are here

public function ColorTest::testColor 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::testColor()

Tests the Color module functionality.

File

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

Class

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

Namespace

Drupal\Tests\color\Functional

Code

public function testColor() {
  foreach ($this->themes as $theme => $test_values) {
    $this
      ->_testColor($theme, $test_values);
  }
}