File
- drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php, line 21
- Definition of Drupal\system\Tests\System\CronRunTest.
Class
- CronRunTest
Namespace
Drupal\system\Tests\System
Code
public static function getInfo() {
return array(
'name' => 'Cron run',
'description' => 'Test cron run.',
'group' => 'System',
);
}