aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PluginWallabagTest.php
Commit message (Collapse)AuthorAgeFilesLines
* PluginManager no longer uses singleton patternArthurHoaro2016-06-111-3/+4
|
* Use the configuration manager for wallabag and readityourself pluginArthurHoaro2016-06-111-2/+3
|
* Wallabag plugin improvementArthurHoaro2015-12-271-1/+3
| | | | | | | | * Fixes a bug where URL weren't properly encoded. * Adds Wallabag V2 support. * Adds a URL function to handle trailing slash. * UT. * README updated.
* unit tests for the wallabag pluginArthurHoaro2015-11-081-0/+49
+ removed exit error if the config is not found + coding style