mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-49285 quiz: Include lib.php for phpunit test
This commit is contained in:
parent
95751e81ac
commit
2909c04408
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
|
global $CFG;
|
||||||
|
require_once($CFG->dirroot . '/mod/quiz/lib.php');
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @copyright 2008 The Open University
|
* @copyright 2008 The Open University
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue