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
a7f99cf0
Commit
a7f99cf0
authored
Oct 06, 2011
by
Eloy Lafuente
Browse files
MDL-29677 unit tests - missing global was causing tons of incorrect debugging info
parent
90863374
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/simpletest/testpagelib_moodlepage.php
View file @
a7f99cf0
...
...
@@ -67,7 +67,7 @@ class moodle_page_test extends UnitTestCase {
}
public
function
tearDown
()
{
global
$COURSE
;
global
$COURSE
,
$PAGE
;
$this
->
testpage
=
NULL
;
$COURSE
=
$this
->
originalcourse
;
$PAGE
=
$this
->
originalpage
;
...
...
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