20 file_put_contents(
$filename, json_encode($expected));
26 $this->assertEquals($expected,
$config);
37 file_put_contents(
$filename, json_encode($expected));
43 $this->assertEquals($expected,
$config);
54 file_put_contents(
$filename, json_encode($expected));
60 $this->assertEquals($expected,
$config);
66 public function _applyOverwrites($j, $o)
68 return $this->applyOverwrites($j, $o);
95 $result = $cr->_applyOverwrites($array, $overwrites);
96 $this->assertEquals($expected,
$result);
102 public function _applyOverwrites($j, $o)
104 return $this->applyOverwrites($j, $o);
121 $result = $cr->_applyOverwrites($array, $overwrites);
122 $this->assertEquals($expected,
$result);
Read a json-formatted config from a file and overwrite some fields.
testApplyOverwritesToUnsetField()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...