function TriggerContentTestCase::getInfo

File

modules/trigger/trigger.test, line 44

Class

TriggerContentTestCase
Provides tests for node triggers.

Code

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

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