3 declare(strict_types=1);
37 file_put_contents(
$filename, json_encode($expected));
42 $this->assertEquals($expected,
$config);
53 file_put_contents(
$filename, json_encode($expected));
59 $this->assertEquals($expected,
$config);
70 file_put_contents(
$filename, json_encode($expected));
76 $this->assertEquals($expected,
$config);
81 $cr =
new class (
new JsonParser()) extends Setup\CLI\
ConfigReader {
82 public function _applyOverwrites($j, $o)
84 return $this->applyOverwrites($j, $o);
111 $result = $cr->_applyOverwrites($array, $overwrites);
112 $this->assertEquals($expected, $result);
117 $cr =
new class (
new JsonParser()) extends Setup\CLI\
ConfigReader {
118 public function _applyOverwrites($j, $o)
120 return $this->applyOverwrites($j, $o);
137 $result = $cr->_applyOverwrites($array, $overwrites);
138 $this->assertEquals($expected, $result);
Read a json-formatted config from a file and overwrite some fields.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
testApplyOverwritesToUnsetField()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...