public static function NodeRecurEndDateTestCase::getInfo in Node recur 7.2
File
- tests/
node_recur.test, line 510
Class
- NodeRecurEndDateTestCase
- End Date field tests for node recur
Code
public static function getInfo() {
return array(
'name' => 'Test End Date Field',
'description' => 'Test recurring on "date" type fields with end dates',
'group' => 'Node recur',
);
}