You are here

public static function TimeFieldTest::getInfo in Timefield 7

Implements getInfo().

File

./timefield.test, line 13
Tests for timefield.

Class

TimeFieldTest
@file Tests for timefield.

Code

public static function getInfo() {
  return array(
    'name' => 'Timefield',
    'description' => 'Create a content type with timefield fields, create a node, check for correct values.',
    'group' => 'Fields',
  );
}