You are here

public static function NodeRecurEndDateWeekendTestCase::getInfo in Node recur 7.2

File

tests/node_recur.test, line 645

Class

NodeRecurEndDateWeekendTestCase
Weekend field tests for node recur

Code

public static function getInfo() {
  return array(
    'name' => 'Test Date Field Weekend Excludes',
    'description' => 'Test recurring on "date" type fields with Exclude weekend checked/unchecked',
    'group' => 'Node recur',
  );
}