function TriggerOrphanedActionsTestCase::getInfo

File

modules/trigger/trigger.test, line 692

Class

TriggerOrphanedActionsTestCase
Tests that orphaned actions are properly handled.

Code

public static function getInfo() {
    return array(
        'name' => 'Trigger orphaned actions',
        'description' => 'Test triggering an action that has since been removed.',
        'group' => 'Trigger',
    );
}

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