aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/config/ConfigPluginTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-271-2/+2
| | | | Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-4/+12
|
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Fix blocking namespace issueArthurHoaro2017-03-081-4/+2
|
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-2/+4
| | | | | | | | | | | 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>
* Parse plugin parameters description with the PluginManagerArthurHoaro2016-08-021-6/+6
| | | | | | Plugin parameter can contain a description in their meta file under the key: parameter.<param_name>="<description>"
* Introduce a configuration manager (not plugged yet)ArthurHoaro2016-06-111-0/+121