Merge branch 'MDL-29677' of git://github.com/stronk7/moodle

This commit is contained in:
Sam Hemelryk 2011-10-10 12:03:39 +13:00
commit 36a42c57d1

View File

@ -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;