diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-28 10:55:39 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-28 10:55:39 +0200 |
commit | f24ea59ea4e854d8a699f51a7347af9d4a222de8 (patch) | |
tree | 24fed3891e3e982222731b8b48b7abbc088a5fc9 /tests/Wallabag/AnnotationBundle | |
parent | 23406ca3f12303759ecb46974d6bcb22fb0e037b (diff) | |
download | wallabag-f24ea59ea4e854d8a699f51a7347af9d4a222de8.tar.gz wallabag-f24ea59ea4e854d8a699f51a7347af9d4a222de8.tar.zst wallabag-f24ea59ea4e854d8a699f51a7347af9d4a222de8.zip |
Fixed migration and added tests
Diffstat (limited to 'tests/Wallabag/AnnotationBundle')
-rw-r--r-- | tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php b/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php index cee0b847..81f9e9ec 100644 --- a/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php +++ b/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php | |||
@@ -11,7 +11,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase | |||
11 | /** | 11 | /** |
12 | * This data provider allow to tests annotation from the : | 12 | * This data provider allow to tests annotation from the : |
13 | * - API POV (when user use the api to manage annotations) | 13 | * - API POV (when user use the api to manage annotations) |
14 | * - and User POV (when user use the web interface - using javascript - to manage annotations) | 14 | * - and User POV (when user use the web interface - using javascript - to manage annotations). |
15 | */ | 15 | */ |
16 | public function dataForEachAnnotations() | 16 | public function dataForEachAnnotations() |
17 | { | 17 | { |