Skip to content

Commit 0000c8a

Browse files
committed
Fix user of cover annotation
1 parent f56ea59 commit 0000c8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Model/BasicContainerTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function setUp()
3333

3434
/**
3535
* Test Get of RDF directory listing/ BasicContainer
36-
* @covers ::get
36+
* @covers ::respond
3737
* @covers ::__construct
3838
* @covers ::getEtag
3939
*/
@@ -50,7 +50,7 @@ public function testGetTurtle()
5050

5151
$this->assertEquals(200, $this->client->getResponse()->getStatusCode(), "GET should be allowed.");
5252
$response = $this->client->getResponse();
53-
53+
5454
$charset = $response->getCharset();
5555
$expected_mime = "{$request_mime}; charset={$charset}";
5656

@@ -88,7 +88,7 @@ public function testGetTurtle()
8888

8989
/**
9090
* Test Get of RDF directory listing/ BasicContainer
91-
* @covers ::get
91+
* @covers ::respond
9292
* @covers ::__construct
9393
* @covers ::getEtag
9494
*/

0 commit comments

Comments
 (0)