public static function ColorTest::getInfo

Same name in this branch

File

drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php, line 28
Definition of Drupal\color\Tests\ColorTest.

Class

ColorTest
Tests the Color module functionality.

Namespace

Drupal\color\Tests

Code

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