File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments