aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/config/ConfigPluginTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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