function ColorTestCase::testColor

Tests the Color module functionality.

Archivo

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

Class

ColorTestCase
Tests the Color module functionality.

Código

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