mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-68588 Backup: Hide ->backuptempdir in exception info
This commit is contained in:
parent
49a9e8b07d
commit
82850a0418
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ class core_setuplib_testcase extends advanced_testcase {
|
|||
global $CFG;
|
||||
|
||||
// This doesn't test them all possible ones, but these are set for unit tests.
|
||||
$cfgnames = array('dataroot', 'dirroot', 'tempdir', 'cachedir', 'localcachedir');
|
||||
$cfgnames = array('dataroot', 'dirroot', 'tempdir', 'backuptempdir', 'cachedir', 'localcachedir');
|
||||
|
||||
$fixture = '';
|
||||
$expected = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue