You are here

function ColorTest::testColor in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/color/src/Tests/ColorTest.php \Drupal\color\Tests\ColorTest::testColor()

Tests the Color module functionality.

File

core/modules/color/src/Tests/ColorTest.php, line 92
Contains \Drupal\color\Tests\ColorTest.

Class

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

Namespace

Drupal\color\Tests

Code

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