add a few tests for Settings

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-06-05 06:39:44 +02:00
parent 13086d91d8
commit 97703e7a0c
2 changed files with 96 additions and 0 deletions

View File

@@ -263,6 +263,8 @@ class Settings
self::init();
// empty update array
self::$updatedata = array();
// re-read in all settings
return self::readSettings();
}
public static function loadSettingsInto(&$settings_data)