Skip to content
Snippets Groups Projects
Commit 6b308426 authored by Gizra Gizra's avatar Gizra Gizra
Browse files

Rename tests name.

parent f789b04d
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,9 @@ class OgGroupCrud extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => 'Group group CRUD',
'name' => 'Organic groups CRUD',
'description' => 'Test the create, update and remove of group entitys.',
'group' => 'Group',
'group' => 'Organic groups',
);
}
......
......@@ -4,9 +4,9 @@
class OgUiUserPermissionsTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => 'Group UI role permissions',
'name' => 'Organic groups UI role permissions',
'description' => 'Verify that role permissions can be added and removed via the permissions page of the group.',
'group' => 'Group UI'
'group' => 'Organic groups UI'
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment