MDL-58068 testing: Whitelist alternative_file_system_class in testing

Unit test and behat should be allowed to
run with alternative file system
This commit is contained in:
Rajesh Taneja
2017-02-28 14:58:49 +08:00
parent 0f59b6dd75
commit db4b59fa03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ $allowed = array('wwwroot', 'dataroot', 'dirroot', 'admin', 'directorypermission
'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix', 'dboptions',
'proxyhost', 'proxyport', 'proxytype', 'proxyuser', 'proxypassword', 'proxybypass', // keep proxy settings from config.php
'altcacheconfigpath', 'pathtogs', 'pathtodu', 'aspellpath', 'pathtodot',
'pathtounoconv'
'pathtounoconv', 'alternative_file_system_class'
);
$productioncfg = (array)$CFG;
$CFG = new stdClass();