We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdd6ed commit af13dfbCopy full SHA for af13dfb
tests/phpunit/tests/includes/class-test-options.php
@@ -64,7 +64,7 @@ public function test_delete_removes_all_activitypub_options() {
64
/**
65
* Test enabling relay mode changes settings.
66
*
67
- * @covers Options::relay_mode_changed
+ * @covers \Activitypub\Options::relay_mode_changed
68
*/
69
public function test_enabling_relay_mode() {
70
// Set initial values.
@@ -89,7 +89,7 @@ public function test_enabling_relay_mode() {
89
90
* Test disabling relay mode restores settings.
91
92
93
94
public function test_disabling_relay_mode() {
95
// Enable relay mode first.
0 commit comments