Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Og
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lee vanHalderen
Og
Commits
6b308426
Commit
6b308426
authored
14 years ago
by
Gizra Gizra
Browse files
Options
Downloads
Patches
Plain Diff
Rename tests name.
parent
f789b04d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
og/tests/og.test
+2
-2
2 additions, 2 deletions
og/tests/og.test
og_ui/og_ui.test
+2
-2
2 additions, 2 deletions
og_ui/og_ui.test
with
4 additions
and
4 deletions
og/tests/og.test
+
2
−
2
View file @
6b308426
...
...
@@ -8,9 +8,9 @@ class OgGroupCrud extends DrupalWebTestCase {
public
static
function
getInfo
()
{
return
array
(
'name'
=>
'
Group
group CRUD'
,
'name'
=>
'
Organic
group
s
CRUD'
,
'description'
=>
'Test the create, update and remove of group entitys.'
,
'group'
=>
'
G
roup'
,
'group'
=>
'
Organic g
roup
s
'
,
);
}
...
...
This diff is collapsed.
Click to expand it.
og_ui/og_ui.test
+
2
−
2
View file @
6b308426
...
...
@@ -4,9 +4,9 @@
class
OgUiUserPermissionsTestCase
extends
DrupalWebTestCase
{
public
static
function
getInfo
()
{
return
array
(
'name'
=>
'
G
roup UI role permissions'
,
'name'
=>
'
Organic g
roup
s
UI role permissions'
,
'description'
=>
'Verify that role permissions can be added and removed via the permissions page of the group.'
,
'group'
=>
'
G
roup UI'
'group'
=>
'
Organic g
roup
s
UI'
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment