This commit is contained in:
Nicolas Lœuillet 2016-10-14 14:36:08 +02:00 committed by Jeremy Benoist
parent 0c271b9eb0
commit e5edb6e127
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View 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()
{