function ColorTestCase::getInfo

File

modules/color/color.test, line 16

Class

ColorTestCase
Tests the Color module functionality.

Code

public static function getInfo() {
    return array(
        'name' => 'Color functionality',
        'description' => 'Modify the Bartik and Garland theme colors and make sure the changes are reflected on the frontend',
        'group' => 'Color',
    );
}

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