public static function HoneypotCssTestCase::getInfo in Honeypot 7
File
- ./
honeypot.test, line 302 - Testing for Honeypot module.
Class
- HoneypotCssTestCase
- Test Honeypot's CSS generation routines.
Code
public static function getInfo() {
return array(
'name' => 'Honeypot CSS tests',
'description' => 'Ensure that Honeypot rebuilds its CSS file correctly.',
'group' => 'Form API',
);
}