You are here

public static function Name_FieldTestCase::getInfo in Name Field 7

File

tests/name.test, line 572
Tests for the name module.

Class

Name_FieldTestCase
Tests for the admin settings and custom format page.

Code

public static function getInfo() {
  return array(
    'name' => 'Node Name Field',
    'description' => 'Various tests on creating a name field on a node.',
    'group' => 'Name',
  );
}