]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
Add test on /api/annotations 1890/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 22 Oct 2016 10:09:20 +0000 (12:09 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 22 Oct 2016 10:09:20 +0000 (12:09 +0200)
commitaa4741091f3f2cc7e4a7ef061a04678597ddeca8
treee5a41f21c2c182bc198c9aa6d3c37f380d3d597c
parent3199ec4702cec9c10ad0c663bcf6ce799068c9aa
Add test on /api/annotations

Fix controller forward in WallabagRestController.
Update PHPDoc so it is sorted the same way as others one
Duplicate all annotations test to use both api & normal way
Also, make annotation tests independent to each other
src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php