]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php
PHP CS
[github/wallabag/wallabag.git] / tests / Wallabag / AnnotationBundle / Controller / AnnotationControllerTest.php
index 9b2a6f8dd513b97cb88ddaed56353af7c16f5b41..8c23de455b270d7f7c66c8df62733c1e69ff5cd6 100644 (file)
@@ -9,7 +9,7 @@ use Wallabag\CoreBundle\Entity\Entry;
 class AnnotationControllerTest extends WallabagAnnotationTestCase
 {
     /**
-     * Test fetching annotations for an entry
+     * Test fetching annotations for an entry.
      */
     public function testGetAnnotations()
     {
@@ -33,7 +33,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase
     }
 
     /**
-     * Test creating an annotation for an entry
+     * Test creating an annotation for an entry.
      */
     public function testSetAnnotation()
     {
@@ -72,7 +72,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase
     }
 
     /**
-     * Test editing an existing annotation
+     * Test editing an existing annotation.
      */
     public function testEditAnnotation()
     {
@@ -107,7 +107,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase
     }
 
     /**
-     * Test deleting an annotation
+     * Test deleting an annotation.
      */
     public function testDeleteAnnotation()
     {