From d83b1d063969ea68bc6647ae858d503326dd1579 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 23 Jun 2009 10:33:58 +0000 Subject: [PATCH] unit tests: raise_memeory_limit. I was running out when running all tests. --- admin/report/unittest/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/report/unittest/index.php b/admin/report/unittest/index.php index aaa76e377b..671e2116ab 100644 --- a/admin/report/unittest/index.php +++ b/admin/report/unittest/index.php @@ -19,6 +19,7 @@ require_once('ex_reporter.php'); // Always run the unit tests in developer debug mode. $CFG->debug = DEBUG_DEVELOPER; error_reporting($CFG->debug); +raise_memory_limit('256M'); // page parameters $path = optional_param('path', null, PARAM_PATH); -- 2.39.5