@@ -36,10 +36,10 @@ public function set_up() {
36
36
/**
37
37
* Test the get_remote_metadata_by_actor function.
38
38
*
39
- * @covers \ActivityPub \get_remote_metadata_by_actor
39
+ * @covers \Activitypub \get_remote_metadata_by_actor
40
40
*/
41
41
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] ' );
43
43
$ this ->assertEquals ( 'https://notiz.blog/author/matthias-pfefferle/ ' , $ metadata ['url ' ] );
44
44
$ this ->assertEquals ( 'pfefferle ' , $ metadata ['preferredUsername ' ] );
45
45
$ this ->assertEquals ( 'Matthias Pfefferle ' , $ metadata ['name ' ] );
@@ -48,7 +48,7 @@ public function test_get_remote_metadata_by_actor() {
48
48
/**
49
49
* Test object_id_to_comment.
50
50
*
51
- * @covers \ActivityPub \object_id_to_comment
51
+ * @covers \Activitypub \object_id_to_comment
52
52
*/
53
53
public function test_object_id_to_comment_basic () {
54
54
$ single_comment_source_id = 'https://example.com/single ' ;
@@ -80,7 +80,7 @@ public function test_object_id_to_comment_basic() {
80
80
/**
81
81
* Test object_id_to_comment with invalid source ID.
82
82
*
83
- * @covers \ActivityPub \object_id_to_comment
83
+ * @covers \Activitypub \object_id_to_comment
84
84
*/
85
85
public function test_object_id_to_comment_none () {
86
86
$ single_comment_source_id = 'https://example.com/none ' ;
@@ -91,7 +91,7 @@ public function test_object_id_to_comment_none() {
91
91
/**
92
92
* Test object_id_to_comment with duplicate source ID.
93
93
*
94
- * @covers \ActivityPub \object_id_to_comment
94
+ * @covers \Activitypub \object_id_to_comment
95
95
*/
96
96
public function test_object_id_to_comment_duplicate () {
97
97
$ duplicate_comment_source_id = 'https://example.com/duplicate ' ;
0 commit comments