You are here

public static function RoleExportTestCase::getInfo in Role Export 6

File

./role_export.test, line 11
Test Role Export.

Class

RoleExportTestCase
@file Test Role Export.

Code

public static function getInfo() {
  return array(
    'name' => 'role_export',
    'description' => 'Ensure that role_export functions properly.',
    'group' => 'Features',
  );
}