You are here

public static function HoneypotFormTestCase::getInfo in Honeypot 7

File

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

Class

HoneypotFormTestCase
Test the functionality of the Honeypot module for forms.

Code

public static function getInfo() {
  return array(
    'name' => 'Honeypot form protections',
    'description' => 'Ensure that Honeypot protects site forms properly.',
    'group' => 'Form API',
  );
}