You are here

public static function IntervalUnitTestCase::getInfo in Interval Field 7

File

./interval.test, line 5

Class

IntervalUnitTestCase

Code

public static function getInfo() {

  // Note: getInfo() strings should not be translated.
  return array(
    'name' => 'Interval unit test',
    'description' => 'Test interval works properly.',
    'group' => 'Interval',
  );
}