diff options
Diffstat (limited to 'tests/phpunit/includes/language/LocalisationCacheTest.php')
-rw-r--r-- | tests/phpunit/includes/language/LocalisationCacheTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/language/LocalisationCacheTest.php b/tests/phpunit/includes/language/LocalisationCacheTest.php index b0f7c2942551..83970e463ff7 100644 --- a/tests/phpunit/includes/language/LocalisationCacheTest.php +++ b/tests/phpunit/includes/language/LocalisationCacheTest.php @@ -8,7 +8,7 @@ use Wikimedia\TestingAccessWrapper; /** * @group Database * @group Cache - * @covers LocalisationCache + * @covers \LocalisationCache * @author Niklas Laxström */ class LocalisationCacheTest extends MediaWikiIntegrationTestCase { |