You are here

function DomainCreateTest::get_info in Domain Access 7.2

Same name and namespace in other branches
  1. 5 tests/domain.test \DomainCreateTest::get_info()
  2. 6.2 tests/domain.test \DomainCreateTest::get_info()

File

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

Class

DomainCreateTest
@file Simpletest for Domain Access

Code

function get_info() {
  return array(
    'name' => t('Domain creation'),
    'desc' => t('Create domain record and verify its consistency in the database.'),
    'group' => t('Domain Access'),
  );
}