@@ -36,10 +36,10 @@ public function set_up() {
3636 /**
3737 * Test the get_remote_metadata_by_actor function.
3838 *
39- * @covers \ActivityPub \get_remote_metadata_by_actor
39+ * @covers \Activitypub \get_remote_metadata_by_actor
4040 */
4141 public function test_get_remote_metadata_by_actor () {
42- $ metadata =
\ActivityPub \get_remote_metadata_by_actor (
'[email protected] ' );
42+ $ metadata =
\Activitypub \get_remote_metadata_by_actor (
'[email protected] ' );
4343 $ this ->assertEquals ( 'https://notiz.blog/author/matthias-pfefferle/ ' , $ metadata ['url ' ] );
4444 $ this ->assertEquals ( 'pfefferle ' , $ metadata ['preferredUsername ' ] );
4545 $ this ->assertEquals ( 'Matthias Pfefferle ' , $ metadata ['name ' ] );
@@ -48,7 +48,7 @@ public function test_get_remote_metadata_by_actor() {
4848 /**
4949 * Test object_id_to_comment.
5050 *
51- * @covers \ActivityPub \object_id_to_comment
51+ * @covers \Activitypub \object_id_to_comment
5252 */
5353 public function test_object_id_to_comment_basic () {
5454 $ single_comment_source_id = 'https://example.com/single ' ;
@@ -80,7 +80,7 @@ public function test_object_id_to_comment_basic() {
8080 /**
8181 * Test object_id_to_comment with invalid source ID.
8282 *
83- * @covers \ActivityPub \object_id_to_comment
83+ * @covers \Activitypub \object_id_to_comment
8484 */
8585 public function test_object_id_to_comment_none () {
8686 $ single_comment_source_id = 'https://example.com/none ' ;
@@ -91,7 +91,7 @@ public function test_object_id_to_comment_none() {
9191 /**
9292 * Test object_id_to_comment with duplicate source ID.
9393 *
94- * @covers \ActivityPub \object_id_to_comment
94+ * @covers \Activitypub \object_id_to_comment
9595 */
9696 public function test_object_id_to_comment_duplicate () {
9797 $ duplicate_comment_source_id = 'https://example.com/duplicate ' ;
0 commit comments