diff options
Diffstat (limited to 'tests/phpunit/unit/includes/objectcache/RedisBagOStuffTest.php')
-rw-r--r-- | tests/phpunit/unit/includes/objectcache/RedisBagOStuffTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/phpunit/unit/includes/objectcache/RedisBagOStuffTest.php b/tests/phpunit/unit/includes/objectcache/RedisBagOStuffTest.php index f5794fc07858..32950ba462b1 100644 --- a/tests/phpunit/unit/includes/objectcache/RedisBagOStuffTest.php +++ b/tests/phpunit/unit/includes/objectcache/RedisBagOStuffTest.php @@ -1,9 +1,10 @@ <?php +use Wikimedia\ObjectCache\RedisBagOStuff; use Wikimedia\TestingAccessWrapper; /** - * @covers \RedisBagOStuff + * @covers \Wikimedia\ObjectCache\RedisBagOStuff * @group BagOStuff */ class RedisBagOStuffTest extends MediaWikiUnitTestCase { |