You are here

public static function TimeFieldUnitTest::getInfo in Timefield 7

File

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

Class

TimeFieldUnitTest
Timefield Unit tests

Code

public static function getInfo() {
  return array(
    'name' => 'Timefield unit tests',
    'description' => 'Test that utility functions work properly.',
    'group' => 'Fields',
  );
}