aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/AnnotationBundle
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-14 14:36:08 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-22 09:06:07 +0200
commite5edb6e1277e357e02a7f0efe3f5d0143502d4ae (patch)
treebe23aaf72707b81b8e2faf891dd595b9b1456a06 /tests/Wallabag/AnnotationBundle
parent0c271b9eb0813162b82c6b3bc38604716398ddd1 (diff)
downloadwallabag-e5edb6e1277e357e02a7f0efe3f5d0143502d4ae.tar.gz
wallabag-e5edb6e1277e357e02a7f0efe3f5d0143502d4ae.tar.zst
wallabag-e5edb6e1277e357e02a7f0efe3f5d0143502d4ae.zip
PHP CS
Diffstat (limited to 'tests/Wallabag/AnnotationBundle')
-rw-r--r--tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php8
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;
9class AnnotationControllerTest extends WallabagAnnotationTestCase 9class 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 {