From 4f472847bc5acd4859e22e57db681393567fe2fa Mon Sep 17 00:00:00 2001 From: addshore Date: Mon, 8 Jan 2018 12:03:35 +0000 Subject: [PATCH] Fix BlobStoreFactoryTest @covers tag Change-Id: I6d61d128de3fc63d88c7767f90350f3edbfc447c --- tests/phpunit/includes/Storage/BlobStoreFactoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/Storage/BlobStoreFactoryTest.php b/tests/phpunit/includes/Storage/BlobStoreFactoryTest.php index 5db1634601..252c657867 100644 --- a/tests/phpunit/includes/Storage/BlobStoreFactoryTest.php +++ b/tests/phpunit/includes/Storage/BlobStoreFactoryTest.php @@ -9,7 +9,7 @@ use MediaWikiTestCase; use Wikimedia\TestingAccessWrapper; /** - * @covers \MediaWiki\Storage\BlobStore + * @covers \MediaWiki\Storage\BlobStoreFactory */ class BlobStoreFactoryTest extends MediaWikiTestCase { -- 2.20.1