MDL-31857basic phpunit support

Thanks Eloy Lafuente, Tim Hunt and Sam Hemelryk for valuable feedback and ideas.
This commit is contained in:
Petr Skoda
2012-03-21 10:31:37 +01:00
parent a2b30aa852
commit 5bd4040866
36 changed files with 1896 additions and 29 deletions
+3
View File
@@ -26,6 +26,9 @@
if (!defined('MOODLE_INTERNAL')) {
die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
}
global $CFG;
require_once($CFG->libdir . '/csslib.php');