wallabag/tests/Wallabag/ApiBundle
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
..
Controller Add some tests 2016-08-23 07:26:58 +02:00
WallabagApiTestCase.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00