Navigation Menu

Skip to content

Commit

Permalink
MDL-49285 quiz: Include lib.php for phpunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmerrill committed Feb 24, 2015
1 parent 95751e8 commit 2909c04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/quiz/tests/lib_test.php
Expand Up @@ -26,6 +26,9 @@

defined('MOODLE_INTERNAL') || die();

global $CFG;
require_once($CFG->dirroot . '/mod/quiz/lib.php');


/**
* @copyright 2008 The Open University
Expand Down

0 comments on commit 2909c04

Please sign in to comment.