mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-32323 all-in-one PHPUnit init script
This commit is contained in:
parent
6aaae357c9
commit
4b17369567
4 changed files with 32 additions and 6 deletions
|
@ -23,9 +23,7 @@
|
|||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
// necessary when loaded from cli/util.php script
|
||||
// If this is missing then PHPUnit is not in your PHP include path. This normally
|
||||
// happens if installation didn't complete correctly. Check your environment.
|
||||
|
||||
require_once 'PHPUnit/Autoload.php';
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue