Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
292
Merge Requests
292
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
48673b75
Commit
48673b75
authored
Dec 28, 2008
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#320363
by mikey_p: renaming module for consistency.
parent
348f1b8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
modules/simpletest/tests/menu.test
modules/simpletest/tests/menu.test
+1
-1
modules/simpletest/tests/menu_test.info
modules/simpletest/tests/menu_test.info
+1
-1
modules/simpletest/tests/menu_test.module
modules/simpletest/tests/menu_test.module
+1
-1
No files found.
modules/simpletest/tests/menu.test
View file @
48673b75
...
...
@@ -17,7 +17,7 @@ class MenuIncTestCase extends DrupalWebTestCase {
function
setUp
()
{
// Enable dummy module that implements hook_menu.
parent
::
setUp
(
'
hook_menu
'
);
parent
::
setUp
(
'
menu_test
'
);
}
/**
...
...
modules/simpletest/tests/
hook_menu
.info
→
modules/simpletest/tests/
menu_test
.info
View file @
48673b75
...
...
@@ -4,5 +4,5 @@ description = "Support module for menu hook testing."
package
=
Testing
version
=
VERSION
core
=
7.
x
files
[]
=
hook_menu
.
module
files
[]
=
menu_test
.
module
hidden
=
TRUE
modules/simpletest/tests/
hook_menu
.module
→
modules/simpletest/tests/
menu_test
.module
View file @
48673b75
...
...
@@ -9,7 +9,7 @@
/**
* The name of the menu changes during the course of this test. Use a $_GET.
*/
function
hook_menu
_menu
()
{
function
menu_test
_menu
()
{
$items
[
'menu_name_test'
]
=
array
(
'title'
=>
t
(
'Test menu_name router item'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment