function TriggerOtherTestCase::getInfo

File

modules/trigger/trigger.test, line 551

Class

TriggerOtherTestCase
Tests other triggers.

Code

public static function getInfo() {
    return array(
        'name' => 'Trigger other actions',
        'description' => 'Test triggering of user, comment, taxonomy actions.',
        'group' => 'Trigger',
    );
}

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