You are here

public static function ColodFieldPlainTextTest::getInfo in Color Field 7

Same name and namespace in other branches
  1. 7.2 color_field.test \ColodFieldPlainTextTest::getInfo()

File

./color_field.test, line 12
Tests for Color Field.

Class

ColodFieldPlainTextTest
Defines a class for testing color field module (Plain Text).

Code

public static function getInfo() {
  return array(
    'name' => 'Color Field (Plain Text)',
    'description' => 'Check Color Field Main features for Plain Text Widget.',
    'group' => 'Color Field',
  );
}