You are here

public static function DomainUpdateTest::getInfo in Domain Access 7.3

File

tests/domain.test, line 842
Simpletest for Domain Access.

Class

DomainUpdateTest

Code

public static function getInfo() {
  return array(
    'name' => 'Domain update tests',
    'description' => 'Tests for the update to 7.x.3.',
    'group' => 'Domain Access',
  );
}