public static function AddThisPermissionsTestCase::getInfo in AddThis 7.4
File
- tests/
AddThisPermissionsTestCase.test, line 11
Class
Code
public static function getInfo() {
return array(
'name' => 'Permission tests',
'description' => 'Permission tests for the AddThis-module.',
'group' => 'AddThis',
);
}