MDL-60978 testing: Support ability to run phpunit in isolated process

This commit is contained in:
Andrew Nicols
2019-06-21 14:36:13 +08:00
parent e39f3b7db2
commit 22ad84cb00
6 changed files with 64 additions and 35 deletions
-2
View File
@@ -80,8 +80,6 @@ if ($phpunitversion === '@package_version@') {
}
unset($phpunitversion);
define('NO_OUTPUT_BUFFERING', true);
// only load CFG from config.php, stop ASAP in lib/setup.php
define('ABORT_AFTER_CONFIG', true);
require(__DIR__ . '/../../config.php');