aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle/Controller/TagRestControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Isolated testsadev2017-05-311-17/+16
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Retrieve tag / tags value from query or requestJeremy Benoist2017-05-091-4/+26
| | | | | It allows to request to delete a tag using query string instead of body parameter (which seems to be the standard). Instead of breaking the previous behavior, I used a generic way to retrieve parameter (which looks into request attributes, query parameters and request parameters)
* Exploded WallabagRestController into many controllersNicolas LÅ“uillet2016-10-281-0/+162
Fix #2503