قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-25 00:17:37 +00:00

* relax force ssl if assuming secure protocol #13374 * avoid error ignoring on always defined config variables #13374 * solidify Config::getBool() with unit test #13374 * leave logic as was but introduce new method: Config::getBool() #13374 * ensure all possible true settings' values are reflected and documented in tests #13374 * show developers how boolean settings should be processed and what true means in config.ini.php files #13374 * remove edge cases and exception handling fixes #13374 * Update tests/PHPUnit/Unit/Config/ConfigTest.php Co-authored-by: Stefan Giehl <stefan@matomo.org> * beautify test cases with @dataProvider #13374 * Apply suggestions from code review Co-authored-by: Stefan Giehl <stefan@matomo.org>