function ColorTestCase::testColor

7.x color.test ColorTestCase::testColor()

Tests the Color module functionality.

File

drupal-7.x/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);
  }
}