You are here

static function PatternsColorTestCase::getInfo in Patterns 7.2

Same name and namespace in other branches
  1. 7 tests/color/color.test \PatternsColorTestCase::getInfo()

File

tests/color/color.test, line 12
SimpleTests for the Field component of Patterns.

Class

PatternsColorTestCase
@file SimpleTests for the Field component of Patterns.

Code

static function getInfo() {
  return array(
    'name' => 'Color component',
    'description' => 'Edit the color setting of themes',
    'group' => 'Patterns',
  );
}