You are here

public static function DateRestrictionsStaticMinMaxTestCase::getInfo in Date Restrictions 7

File

modules/minmax/tests/date_restrictions_minmax.test, line 12
Tests for date_restrictions_minmax.module.

Class

DateRestrictionsStaticMinMaxTestCase
Test "minmax" restrictions, based on static relative/fixed limits.

Code

public static function getInfo() {
  return array(
    'name' => 'Min/Max relative/fixed static',
    'description' => 'Test Min/Max restrictions, based on static relative/fixed limits.',
    'group' => 'Date Restrictions',
  );
}