public static function CronExampleTestCase::getInfo in Examples for Developers 7
File
- cron_example/
cron_example.test, line 18 - Test case for testing the cron example module.
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',
);
}