wallabag/tests/Wallabag
Jeremy Benoist a0e1eafc35
Add some tests
Also, retrieve tag from the request instead of the query (which will be the same but it's more easy to test).

Moved down `deleteTagAction` because it conflicted with the new action:

  api_delete_tag => /api/tags/{tag}.{_format}
  api_delete_tags_label => /api/tags/label.{_format}

And finally, throw exception when a tag is not found before removing it.
2016-08-23 07:26:58 +02:00
..
AnnotationBundle Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
ApiBundle Add some tests 2016-08-23 07:26:58 +02:00
CoreBundle Add tests for tag list routes 2016-08-23 07:26:18 +02:00
ImportBundle Avoid breaking import when fetching fail 2016-08-20 01:17:26 +02:00
UserBundle/Mailer Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00