aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2023-03-27 06:36:12 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2023-03-27 06:36:12 +0000
commit63ed5bc95bcef9fa31379e564d8bf32f8d3595c3 (patch)
tree19851241d9da3f937e1873485ed70f8676668f0c /tests/phpunit/unit
parentbe7291848428e7ded88eac9eafd9d7492aa73bab (diff)
parent98af2ed7df326959781f3b4ab8e6b3fb502f5725 (diff)
downloadmediawikicore-63ed5bc95bcef9fa31379e564d8bf32f8d3595c3.tar.gz
mediawikicore-63ed5bc95bcef9fa31379e564d8bf32f8d3595c3.zip
Merge "tests: Fix @covers for MaintenanceParametersTest"
Diffstat (limited to 'tests/phpunit/unit')
-rw-r--r--tests/phpunit/unit/maintenance/MaintenanceParametersTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/unit/maintenance/MaintenanceParametersTest.php b/tests/phpunit/unit/maintenance/MaintenanceParametersTest.php
index 33716f0fe4ef..ec059b213bd7 100644
--- a/tests/phpunit/unit/maintenance/MaintenanceParametersTest.php
+++ b/tests/phpunit/unit/maintenance/MaintenanceParametersTest.php
@@ -4,7 +4,7 @@ use MediaWiki\Maintenance\MaintenanceParameters;
use PHPUnit\Framework\TestCase;
/**
- * @covers MaintenanceParametersFilter
+ * @covers \MediaWiki\Maintenance\MaintenanceParameters
*/
class MaintenanceParametersTest extends TestCase {