diff options
Diffstat (limited to 'tests/phpunit/includes/libs/objectcache/HashBagOStuffIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/libs/objectcache/HashBagOStuffIntegrationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/libs/objectcache/HashBagOStuffIntegrationTest.php b/tests/phpunit/includes/libs/objectcache/HashBagOStuffIntegrationTest.php index 9c546d26544f..64141be11380 100644 --- a/tests/phpunit/includes/libs/objectcache/HashBagOStuffIntegrationTest.php +++ b/tests/phpunit/includes/libs/objectcache/HashBagOStuffIntegrationTest.php @@ -2,7 +2,7 @@ /** * @group BagOStuff - * @covers HashBagOStuff + * @covers \HashBagOStuff */ class HashBagOStuffIntegrationTest extends BagOStuffTestBase { protected function newCacheInstance() { |