Skip to content

Commit af13dfb

Browse files
committed
Fix invalid @Covers annotations in relay mode tests
Use fully qualified class name for @Covers annotations.
1 parent ccdd6ed commit af13dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/phpunit/tests/includes/class-test-options.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function test_delete_removes_all_activitypub_options() {
6464
/**
6565
* Test enabling relay mode changes settings.
6666
*
67-
* @covers Options::relay_mode_changed
67+
* @covers \Activitypub\Options::relay_mode_changed
6868
*/
6969
public function test_enabling_relay_mode() {
7070
// Set initial values.
@@ -89,7 +89,7 @@ public function test_enabling_relay_mode() {
8989
/**
9090
* Test disabling relay mode restores settings.
9191
*
92-
* @covers Options::relay_mode_changed
92+
* @covers \Activitypub\Options::relay_mode_changed
9393
*/
9494
public function test_disabling_relay_mode() {
9595
// Enable relay mode first.

0 commit comments

Comments
 (0)