From 2c1c8238707f0a5d5e09f4fb0b8a252fdfa6577f Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 30 Dec 2017 05:02:03 +0000 Subject: [PATCH] Append leading \ to BlobStoreFactoryTest covers Change-Id: I9b85aa9808c40aa728c6ef186c50bc8cdda08bc6 --- 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 46ba7a5da1..5db1634601 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\BlobStore */ class BlobStoreFactoryTest extends MediaWikiTestCase { -- 2.20.1