You are here

public static function NodeRecurExtendedDatesTestCase::getInfo in Node recur 7.2

File

tests/node_recur.test, line 795

Class

NodeRecurExtendedDatesTestCase
Weekend field tests for node recur

Code

public static function getInfo() {
  return array(
    'name' => 'Test DST and longer create range',
    'description' => 'Test longer date ranges crossing daylight savings time',
    'group' => 'Node recur',
  );
}