From: addshore Date: Mon, 8 Jan 2018 12:03:35 +0000 (+0000) Subject: Fix BlobStoreFactoryTest @covers tag X-Git-Tag: 1.31.0-rc.0~970^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=4f472847bc5acd4859e22e57db681393567fe2fa;p=lhc%2Fweb%2Fwiklou.git Fix BlobStoreFactoryTest @covers tag Change-Id: I6d61d128de3fc63d88c7767f90350f3edbfc447c --- 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 {