public static function AntispamNodeTest::getInfo in AntiSpam 7
File
- tests/
antispam.test, line 42 - Tests for antispam.module.
Class
- AntispamNodeTest
- Tests antispam functionality for nodes.
Code
public static function getInfo() {
return array(
'name' => 'Node antispam',
'description' => 'Tests antispam functionality for nodes.',
'group' => 'Antispam',
);
}