Skip to content

Commit

Permalink
Merge branch 'wip-mdl-58068' of https://github.com/rajeshtaneja/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 10, 2017
2 parents b140b13 + db4b59f commit 1adae85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/behat/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function behat_clean_init_config() {
'umaskpermissions', 'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix',
'dboptions', 'proxyhost', 'proxyport', 'proxytype', 'proxyuser', 'proxypassword',
'proxybypass', 'theme', 'pathtogs', 'pathtodu', 'aspellpath', 'pathtodot', 'skiplangupgrade',
'altcacheconfigpath', 'pathtounoconv'
'altcacheconfigpath', 'pathtounoconv', 'alternative_file_system_class'
));

// Add extra allowed settings.
Expand Down
2 changes: 1 addition & 1 deletion lib/phpunit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
'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();
Expand Down

0 comments on commit 1adae85

Please sign in to comment.