public static function TriggerContentTestCase::getInfo in Drupal 7
File
- modules/
trigger/ trigger.test, line 44 - Tests for trigger.module.
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',
);
}