You are here

public static function MasqueradeTestCase::getInfo in Masquerade 7

File

./masquerade.test, line 11
masquerade.test

Class

MasqueradeTestCase
@file masquerade.test

Code

public static function getInfo() {
  return array(
    'name' => 'Masquerade tests',
    'description' => 'Tests user switching with the Masquerade module.',
    'group' => 'Masquerade',
  );
}