You are here

public static function DomainStrictTestCase::getInfo in Domain Access 7.3

File

domain_strict/domain_strict.test, line 15
Simpletest for Domain Strict.

Class

DomainStrictTestCase
@file Simpletest for Domain Strict.

Code

public static function getInfo() {
  return array(
    'name' => 'Check grants alteration',
    'description' => 'Esure that grants are only assigned to domains the user belongs to.',
    'group' => 'Domain Strict',
  );
}