You are here

public static function HostingServerTestCase::getInfo in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 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',
  );
}