function TriggerUnassignTestCase::getInfo

File

modules/trigger/trigger.test, line 749

Class

TriggerUnassignTestCase
Tests the unassigning of triggers.

Code

public static function getInfo() {
  return array(
    'name' => 'Trigger unassigning',
    'description' => 'Tests the unassigning of triggers.',
    'group' => 'Trigger',
  );
}

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