function CronExampleTestCase::getInfo
File
-
cron_example/
cron_example.test, line 18
Class
- CronExampleTestCase
- cron_example test class
Code
public static function getInfo() {
return array(
'name' => 'Cron example functionality',
'description' => 'Test the functionality of the Cron Example.',
'group' => 'Examples',
);
}