public static function MasqueradeTestCase::getInfo in Masquerade 7
File
- ./
masquerade.test, line 11 - masquerade.test
Class
Code
public static function getInfo() {
return array(
'name' => 'Masquerade tests',
'description' => 'Tests user switching with the Masquerade module.',
'group' => 'Masquerade',
);
}