diff options
Diffstat (limited to 'tests/phpunit/unit/includes/shell/ShellboxClientFactoryTest.php')
-rw-r--r-- | tests/phpunit/unit/includes/shell/ShellboxClientFactoryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/unit/includes/shell/ShellboxClientFactoryTest.php b/tests/phpunit/unit/includes/shell/ShellboxClientFactoryTest.php index 9cf5bf7264d7..95bd35bac946 100644 --- a/tests/phpunit/unit/includes/shell/ShellboxClientFactoryTest.php +++ b/tests/phpunit/unit/includes/shell/ShellboxClientFactoryTest.php @@ -6,7 +6,7 @@ use Shellbox\RPC\RpcClient; /** * @group Shell - * @covers MediaWiki\Shell\ShellboxClientFactory + * @covers \MediaWiki\Shell\ShellboxClientFactory */ class ShellboxClientFactoryTest extends MediaWikiUnitTestCase { |