public static function DateAPITest::getInfo in Date 8
@todo.
File
- date_api/
lib/ Drupal/ date_api/ Tests/ DateAPITest.php, line 18 - Test Date API functions
Class
Namespace
Drupal\date_api\TestsCode
public static function getInfo() {
return array(
'name' => t('Date API'),
'description' => t('Test Date API functions.'),
'group' => t('Date'),
);
}