You are here

public static function NodeFieldTestCase::getInfo in Node Field 7.2

Run by simpletest. Return info about test.

File

tests/node_field.test, line 16
Test creation and deletion of node field.

Class

NodeFieldTestCase
Test node fields.

Code

public static function getInfo() {
  return [
    'name' => 'Node field test',
    'description' => 'Node field module test',
    'group' => 'Node field',
  ];
}