public static function HostingServerTestCase::getInfo in Hosting 7.3
Same name and namespace in other branches
- 7.4 server/hosting_server.test \HostingServerTestCase::getInfo()
File
- server/
hosting_server.test, line 30 - Tests for hosting_server.module.
Class
- HostingServerTestCase
- @file Tests for hosting_server.module.
Code
public static function getInfo() {
return array(
'name' => 'Hosting Server',
'description' => 'Tests.',
'group' => 'Hosting',
);
}