public static function ColorTestCase::getInfo

7.x color.test public static ColorTestCase::getInfo()

File

drupal-7.x/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',
  );
}