]> git.immae.eu Git - github/shaarli/Shaarli.git/history - tests/config/ConfigManagerTest.php
Compatibility with PHPUnit 9
[github/shaarli/Shaarli.git] / tests / config / ConfigManagerTest.php
2020-09-29  ArthurHoaroCompatibility with PHPUnit 9
2020-09-29  ArthurHoaroMerge pull request #1572 from ArthurHoaro/feature/php8
2020-09-27  ArthurHoaroConvert legacy PHPUnit @expected* to new ->expect* 1572/head
2020-09-26  ArthurHoaroComply with PHPUnit V8: setup/teardown functions must...
2019-02-09  ArthurHoaroMerge pull request #1182 from ArthurHoaro/feature/sessi...
2019-01-18  AurĂ©lien TamisierMerge pull request #1248 from virtualtam/refactor/names...
2019-01-12  VirtualTamOptimize and cleanup imports 1248/head
2018-07-28  ArthurHoaroMerge pull request #687 from ArthurHoaro/web-thumb
2018-07-05  ArthurHoaroConfigManager: add a method to remove an entry
2017-03-09  ArthurHoaroMerge pull request #797 from ArthurHoaro/hotfix/font-git
2017-03-09  ArthurHoaroMerge pull request #794 from ArthurHoaro/hotfix/namespace
2017-03-09  ArthurHoaroMove config exception to dedicated classes with proper... 794/head
2017-03-04  VirtualTamMerge pull request #788 from virtualtam/application...
2017-03-04  VirtualTamapplication: introduce the Shaarli\Config namespace 788/head
2016-07-09  ArthurMerge pull request #558 from ArthurHoaro/hashtag4
2016-07-09  ArthurMerge pull request #570 from ArthurHoaro/config-manager
2016-06-11  ArthurHoaroConfigManager no longer uses singleton pattern
2016-06-11  ArthurHoaroRename configuration keys and fix GLOBALS in templates
2016-06-11  ArthurHoaroAdds ConfigJson which handle the configuration in JSON...
2016-06-11  ArthurHoaroIntroduce a configuration manager (not plugged yet)