aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PluginReadityourselfTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: explicit method visibilityVirtualTam2017-01-051-5/+5
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* New init function for plugins, supports errors reportingArthurHoaro2016-10-141-2/+21
| | | | | | | | All plugins can optionally add an init function named `pluginname_init()` which is called when the plugin is loaded. This function is aware of the config, and can return initialization errors, which are displayed in the header template. Note that the previous error system hack no longer work.
* PluginManager no longer uses singleton patternArthurHoaro2016-06-111-4/+6
|
* Use the configuration manager for wallabag and readityourself pluginArthurHoaro2016-06-111-2/+4
|
* unit tests for readityourself plugin + remove hard errorArthurHoaro2015-11-081-0/+75