Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
460232f3
Commit
460232f3
authored
Dec 11, 2009
by
Sam Hemelryk
Browse files
navigation MDL-14632 Attempting to fix navigation simpletests
parent
c2a0b3ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/simpletest/testnavigationlib.php
View file @
460232f3
...
...
@@ -46,6 +46,8 @@ class navigation_node_test extends UnitTestCase {
parent
::
setUp
();
$this
->
activeurl
=
$PAGE
->
url
;
navigation_node
::
override_active_url
(
$this
->
activeurl
);
$this
->
inactiveurl
=
new
moodle_url
(
'http://www.moodle.com/'
);
$this
->
fakeproperties
[
'action'
]
=
$this
->
inactiveurl
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment