function CronQueueTestCase::getInfo

Implement getInfo().

File

modules/system/system.test, line 975

Class

CronQueueTestCase
Test execution of the cron queue.

Code

public static function getInfo() {
    return array(
        'name' => 'Cron queue functionality',
        'description' => 'Tests the cron queue runner.',
        'group' => 'System',
    );
}

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