function ColorTestCase::testColor in Drupal 7
Tests the Color module functionality.
File
- 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);
  }
}