public static function HoneypotAdminFormTestCase::getInfo in Honeypot 7
File
- ./
honeypot.test, line 219 - Testing for Honeypot module.
Class
- HoneypotAdminFormTestCase
- Test the functionality of the Honeypot module for an admin user.
Code
public static function getInfo() {
return array(
'name' => 'Honeypot admin form',
'description' => 'Ensure the Honeypot admin form functions properly.',
'group' => 'Form API',
);
}