function CronRunTestCase::getInfo

Implement getInfo().

File

modules/system/system.test, line 798

Class

CronRunTestCase

Code

public static function getInfo() {
    return array(
        'name' => 'Cron run',
        'description' => 'Test cron run.',
        'group' => 'System',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.