19 declare(strict_types=1);
37 file_put_contents(
$filename, json_encode($expected));
40 $config = $obj->readConfigFile(
$filename);
42 $this->assertEquals($expected, $config);
53 file_put_contents(
$filename, json_encode($expected));
57 $config = $obj->readConfigFile(basename(
$filename));
59 $this->assertEquals($expected, $config);
70 file_put_contents(
$filename, json_encode($expected));
74 $config = $obj->readConfigFile(
$filename);
76 $this->assertEquals($expected, $config);
82 public function _applyOverwrites($j, $o)
84 return $this->applyOverwrites($j, $o);
111 $result = $cr->_applyOverwrites($array, $overwrites);
112 $this->assertEquals($expected, $result);
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...