function ColorTestCase::testColor

Tests the Color module functionality.

File

modules/color/color.test, line 62

Class

ColorTestCase
Tests the Color module functionality.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.