public static function DateRestrictionsHostEntityMinMaxTestCase::getInfo in Date Restrictions 7
File
- modules/
minmax/ tests/ date_restrictions_minmax_host_entity.test, line 12 - Tests for date_restrictions_minmax.module.
Class
- DateRestrictionsHostEntityMinMaxTestCase
- Tests for host_entity based relative/fixed minmax restrictions.
Code
public static function getInfo() {
return array(
'name' => 'Min/Max relative/fixed host entity',
'description' => 'Test Min/Max restrictions, based on relative/fixed limits from the host entity.',
'group' => 'Date Restrictions',
);
}