function ColorTestCase::testColor

Tests the Color module functionality.

File

drupal/modules/color/color.test, line 62
Tests for color module.

Class

ColorTestCase
Tests the Color module functionality.

Code

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