Legoktm has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/405215 )
Change subject: Fix invalid @covers tag
......................................................................
Fix invalid @covers tag
Change-Id: I32186053fa361a33c533cd10aa03280ed5edf219
---
M lib/tests/phpunit/Store/CacheAwarePropertyInfoStoreTest.php
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/15/405215/1
diff --git a/lib/tests/phpunit/Store/CacheAwarePropertyInfoStoreTest.php
b/lib/tests/phpunit/Store/CacheAwarePropertyInfoStoreTest.php
index 41e01c3..e9330a5 100644
--- a/lib/tests/phpunit/Store/CacheAwarePropertyInfoStoreTest.php
+++ b/lib/tests/phpunit/Store/CacheAwarePropertyInfoStoreTest.php
@@ -4,13 +4,14 @@
use BagOStuff;
use InvalidArgumentException;
+use MediaWikiCoversValidator;
use Wikibase\DataModel\Entity\PropertyId;
use Wikibase\Lib\Store\CacheAwarePropertyInfoStore;
use Wikibase\Lib\Store\PropertyInfoLookup;
use Wikibase\Lib\Store\PropertyInfoStore;
/**
- * @covers Wikibase\Lib\Store\CacheAwarePropertyInfoStore;
+ * @covers Wikibase\Lib\Store\CacheAwarePropertyInfoStore
*
* @group Wikibase
* @group WikibasePropertyInfo
@@ -19,6 +20,7 @@
* @license GPL-2.0+
*/
class CacheAwarePropertyInfoStoreTest extends \PHPUnit_Framework_TestCase {
+ use MediaWikiCoversValidator;
private function newCacheAwarePropertyInfoStore( BagOStuff $cache ) {
$mockStore = $this->getMock( PropertyInfoStore::class );
--
To view, visit https://gerrit.wikimedia.org/r/405215
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I32186053fa361a33c533cd10aa03280ed5edf219
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits