ArthurHoaro
|
a5a9cf23ac
|
Compatibility with PHPUnit 9
|
2020-09-29 18:57:20 +02:00 |
|
ArthurHoaro
|
b1baca99f2
|
Convert legacy PHPUnit @expected* to new ->expect*
Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect
|
2020-09-27 14:09:55 +02:00 |
|
ArthurHoaro
|
8f60e1206e
|
Comply with PHPUnit V8: setup/teardown functions must return void
|
2020-09-26 15:08:39 +02:00 |
|
VirtualTam
|
dea72c711f
|
Optimize and cleanup imports
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
2019-01-13 00:04:42 +01:00 |
|
ArthurHoaro
|
a3724717ec
|
ConfigManager: add a method to remove an entry
|
2018-07-05 20:31:35 +02:00 |
|
ArthurHoaro
|
5ba55f0cf2
|
Move config exception to dedicated classes with proper namespace
|
2017-03-09 19:16:42 +01:00 |
|
VirtualTam
|
3c66e56435
|
application: introduce the Shaarli\Config namespace
Namespaces have been introduced with the REST API, and should be generalized
to the whole codebase to manage object scope and benefit from autoloading.
See:
- https://secure.php.net/manual/en/language.namespaces.php
- http://www.php-fig.org/psr/psr-4/
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
2017-03-04 17:07:52 +01:00 |
|
ArthurHoaro
|
278d9ee283
|
ConfigManager no longer uses singleton pattern
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
da10377b3c
|
Rename configuration keys and fix GLOBALS in templates
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
b74b96bfbd
|
Adds ConfigJson which handle the configuration in JSON format.
Also use the Updater to make the transition
|
2016-06-11 09:30:56 +02:00 |
|
ArthurHoaro
|
59404d7909
|
Introduce a configuration manager (not plugged yet)
|
2016-06-11 09:30:56 +02:00 |
|