mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
PHP CS
This commit is contained in:
parent
0c271b9eb0
commit
e5edb6e127
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ use Wallabag\CoreBundle\Entity\Entry;
|
||||||
class AnnotationControllerTest extends WallabagAnnotationTestCase
|
class AnnotationControllerTest extends WallabagAnnotationTestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Test fetching annotations for an entry
|
* Test fetching annotations for an entry.
|
||||||
*/
|
*/
|
||||||
public function testGetAnnotations()
|
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()
|
public function testSetAnnotation()
|
||||||
{
|
{
|
||||||
|
@ -72,7 +72,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test editing an existing annotation
|
* Test editing an existing annotation.
|
||||||
*/
|
*/
|
||||||
public function testEditAnnotation()
|
public function testEditAnnotation()
|
||||||
{
|
{
|
||||||
|
@ -107,7 +107,7 @@ class AnnotationControllerTest extends WallabagAnnotationTestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test deleting an annotation
|
* Test deleting an annotation.
|
||||||
*/
|
*/
|
||||||
public function testDeleteAnnotation()
|
public function testDeleteAnnotation()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue