aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/config
Commit message (Expand)AuthorAgeFilesLines
* Compatibility with PHP 8ArthurHoaro2020-09-291-12/+1
* Compatibility with PHPUnit 9ArthurHoaro2020-09-294-4/+4
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-273-20/+20
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-263-3/+3
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-4/+12
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-1/+1
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-0/+4
* Optimize and cleanup importsVirtualTam2019-01-134-4/+4
* namespacing: \Shaarli\Exceptions\IOExceptionVirtualTam2019-01-121-2/+2
* ConfigManager: add a method to remove an entryArthurHoaro2018-07-051-0/+23
* Fix warnings when upgrading from legacy SebSauvage versionArthurHoaro2018-01-251-0/+14
* Proper error if the conf file is invalid instead of fatal errorArthurHoaro2017-03-121-1/+1
* Move config exception to dedicated classes with proper namespaceArthurHoaro2017-03-091-1/+1
* Fix blocking namespace issueArthurHoaro2017-03-081-4/+2
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-044-15/+16
* Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-201-1/+1
* Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-021-6/+6
* Add closing PHP tags to JSON config filesArthurHoaro2016-06-201-1/+1
* Rename configuration key for better sectionsArthurHoaro2016-06-111-11/+11
* ConfigManager no longer uses singleton patternArthurHoaro2016-06-111-15/+13
* Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-112-18/+26
* Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-112-10/+261
* Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-112-22/+8
* Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-114-0/+265