You are here

public static function SubuserTestCase::getInfo in Subuser 6

Implementation of getInfo().

File

./subuser.test, line 15
Provide test of functionality.

Class

SubuserTestCase
@file Provide test of functionality.

Code

public static function getInfo() {
  return array(
    'name' => t('Subuser'),
    'description' => t('...'),
    'group' => t('Subuser'),
  );
}