public static function ColorTestCase::getInfo in Drupal 7
File
- modules/
color/ color.test, line 16 - Tests for color module.
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',
);
}