diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2024-01-27 01:11:07 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2024-01-27 01:11:07 +0100 |
commit | a3a9cf99cb4be4641582dbb7536eb370e7952488 (patch) | |
tree | 74b555d69c516ee6604b8b42ea9fa139b57e8dd9 /tests/phpunit/includes/page | |
parent | 855c7b5913948b239eacb58a4518ec45f65e41ea (diff) | |
download | mediawikicore-a3a9cf99cb4be4641582dbb7536eb370e7952488.tar.gz mediawikicore-a3a9cf99cb4be4641582dbb7536eb370e7952488.zip |
tests: Use namespaced class names in @covers annotations
Assist from 8c9cb701e56226cac43fee2fa24b0d0e586f1733
Change-Id: I47897c499028d9e24c00ad0bc6ba7fd8002d9bc1
Diffstat (limited to 'tests/phpunit/includes/page')
-rw-r--r-- | tests/phpunit/includes/page/PagePropsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/page/PagePropsTest.php b/tests/phpunit/includes/page/PagePropsTest.php index 3cc2c04cbb00..deb7f1bb138b 100644 --- a/tests/phpunit/includes/page/PagePropsTest.php +++ b/tests/phpunit/includes/page/PagePropsTest.php @@ -4,7 +4,7 @@ use MediaWiki\Title\Title; use Wikimedia\Rdbms\FakeResultWrapper; /** - * @covers PageProps + * @covers \MediaWiki\Page\PageProps * @group Database * @group medium */ |