function ColorTest::testColor

Tests the Color module functionality.

File

drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php, line 69
Definition of Drupal\color\Tests\ColorTest.

Class

ColorTest
Tests the Color module functionality.

Namespace

Drupal\color\Tests

Code

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