function TriggerCronTestCase::getInfo

File

modules/trigger/trigger.test, line 190

Class

TriggerCronTestCase
Tests cron trigger.

Code

public static function getInfo() {
    return array(
        'name' => 'Trigger cron (system) actions',
        'description' => 'Perform various tests with cron trigger.',
        'group' => 'Trigger',
    );
}

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