function DomainCreateTest::get_info in Domain Access 5
Same name and namespace in other branches
- 6.2 tests/domain.test \DomainCreateTest::get_info()
- 7.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'),
);
}