You are here

public static function HoneypotTriggerTestCase::getInfo in Honeypot 7

File

./honeypot.test, line 445
Testing for Honeypot module.

Class

HoneypotTriggerTestCase
Test the functionality of the Honeypot module's integration with Trigger.

Code

public static function getInfo() {
  return array(
    'name' => 'Honeypot Trigger integration',
    'description' => 'Ensure that Honeypot triggers events correctly.',
    'group' => 'Form API',
  );
}