diff options
Diffstat (limited to 'tests/Wallabag/AnnotationBundle')
-rw-r--r-- | tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php b/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php index 9b2a6f8d..8c23de45 100644 --- a/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php +++ b/tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php | |||
@@ -9,7 +9,7 @@ use Wallabag\CoreBundle\Entity\Entry; | |||
9 | class AnnotationControllerTest extends WallabagAnnotationTestCase | 9 | class AnnotationControllerTest extends WallabagAnnotationTestCase |
10 | { | 10 | { |
11 | /** | 11 | /** |
12 | * Test fetching annotations for an entry | 12 | * Test fetching annotations for an entry. |
13 | */ | 13 | */ |
14 | public function testGetAnnotations() | 14 | public function testGetAnnotations() |
15 | { | 15 | { |
@@ -33,7 +33,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase | |||
33 | } | 33 | } |
34 | 34 | ||
35 | /** | 35 | /** |
36 | * Test creating an annotation for an entry | 36 | * Test creating an annotation for an entry. |
37 | */ | 37 | */ |
38 | public function testSetAnnotation() | 38 | public function testSetAnnotation() |
39 | { | 39 | { |
@@ -72,7 +72,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase | |||
72 | } | 72 | } |
73 | 73 | ||
74 | /** | 74 | /** |
75 | * Test editing an existing annotation | 75 | * Test editing an existing annotation. |
76 | */ | 76 | */ |
77 | public function testEditAnnotation() | 77 | public function testEditAnnotation() |
78 | { | 78 | { |
@@ -107,7 +107,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase | |||
107 | } | 107 | } |
108 | 108 | ||
109 | /** | 109 | /** |
110 | * Test deleting an annotation | 110 | * Test deleting an annotation. |
111 | */ | 111 | */ |
112 | public function testDeleteAnnotation() | 112 | public function testDeleteAnnotation() |
113 | { | 113 | { |