aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2024-02-16 18:04:47 +0000
committerJforrester <jforrester@wikimedia.org>2024-02-16 22:43:56 +0000
commit85396a9c99230d706cbbe21466770856b1fbe922 (patch)
tree3c71838f4b417f7eca33855dfa99ca4a0ebafa4d /tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php
parent0c60b7f43520dced14c49a72ff28fd0ac5f0399a (diff)
downloadmediawikicore-85396a9c99230d706cbbe21466770856b1fbe922.tar.gz
mediawikicore-85396a9c99230d706cbbe21466770856b1fbe922.zip
tests: Fix @covers and @coversDefaultClass to have leading \
Change-Id: I5629f91387f2ac453ee4341bfe4bba310bd52f03
Diffstat (limited to 'tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php')
-rw-r--r--tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php b/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php
index cb582712b971..f1538f90ae51 100644
--- a/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php
+++ b/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php
@@ -4,8 +4,8 @@ use MediaWiki\WikiMap\WikiMap;
class LocalAndForeignDBRepoTest extends MediaWikiIntegrationTestCase {
/**
- * @covers LocalRepo::getSharedCacheKey
- * @covers ForeignDBViaLBRepo::getSharedCacheKey
+ * @covers \LocalRepo::getSharedCacheKey
+ * @covers \ForeignDBViaLBRepo::getSharedCacheKey
*/
public function testsSharedCacheKey() {
$wikiId = WikiMap::getCurrentWikiDbDomain()->getId();
@@ -53,8 +53,8 @@ class LocalAndForeignDBRepoTest extends MediaWikiIntegrationTestCase {
}
/**
- * @covers LocalRepo::getLocalCacheKey
- * @covers ForeignDBViaLBRepo::getLocalCacheKey
+ * @covers \LocalRepo::getLocalCacheKey
+ * @covers \ForeignDBViaLBRepo::getLocalCacheKey
*/
public function testsLocalCacheKey() {
$wikiId = WikiMap::getCurrentWikiDbDomain()->getId();