]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
PHP CS
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Fri, 14 Oct 2016 12:36:08 +0000 (14:36 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 22 Oct 2016 07:06:07 +0000 (09:06 +0200)
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()
     {