aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle/Controller/TagRestControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* TagRestController: fix test for tag without entriesKevin Decherf2018-12-301-2/+12
| | | | | | | | As the deletion now requires that at least one entry for the user must be linked to the given tag, we fix the test testDeleteUserTag by linking it to an entry. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* TagRestController: add tests to ensure that other user's tags are unreachableKevin Decherf2018-12-301-0/+32
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-19/+19
|
* 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