public static function ColorTest::getInfo

Same name in this branch
  1. 8.x drupal/core/tests/Drupal/Tests/Core/Utility/ColorTest.php \Drupal\Tests\Core\Utility\ColorTest::getInfo()
  2. 8.x drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php \Drupal\color\Tests\ColorTest::getInfo()

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',
  );
}