public static function IPBanFunctionalTest::getInfo in IP Ban 8
Same name and namespace in other branches
- 7 ip_ban.test \IPBanFunctionalTest::getInfo()
Implement getInfo().
File
- ./
ip_ban.test, line 206 - Tests for ip_ban.module.
Class
- IPBanFunctionalTest
- Tests the complete ban and read only functionality of the IP Ban module.
Code
public static function getInfo() {
return array(
'name' => 'IP Ban functionality tests',
'description' => 'Testing for banned and read-only users',
'group' => 'IP Ban',
);
}