Jeroen De Dauw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/63655


Change subject: Added @covers tags to Database component tests
......................................................................

Added @covers tags to Database component tests

Change-Id: Iddedf32a04fd37bb6e457a0f6cd1c874fb79a5bd
---
M Database/tests/phpunit/FieldDefinitionTest.php
M Database/tests/phpunit/MWDB/ExtendedMySQLAbstractionTest.php
M Database/tests/phpunit/MediaWikiQueryInterfaceTest.php
M Database/tests/phpunit/TableBuilderTest.php
M Database/tests/phpunit/TableDefinitionTest.php
5 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/55/63655/1

diff --git a/Database/tests/phpunit/FieldDefinitionTest.php 
b/Database/tests/phpunit/FieldDefinitionTest.php
index bf8c06c..17d0bd4 100644
--- a/Database/tests/phpunit/FieldDefinitionTest.php
+++ b/Database/tests/phpunit/FieldDefinitionTest.php
@@ -5,7 +5,7 @@
 use Wikibase\Database\FieldDefinition;
 
 /**
- * Unit tests for the Wikibase\Database\FieldDefinition class.
+ * @covers Wikibase\Database\FieldDefinition
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/Database/tests/phpunit/MWDB/ExtendedMySQLAbstractionTest.php 
b/Database/tests/phpunit/MWDB/ExtendedMySQLAbstractionTest.php
index a305596..d4f6666 100644
--- a/Database/tests/phpunit/MWDB/ExtendedMySQLAbstractionTest.php
+++ b/Database/tests/phpunit/MWDB/ExtendedMySQLAbstractionTest.php
@@ -6,7 +6,7 @@
 use Wikibase\Repo\LazyDBConnectionProvider;
 
 /**
- * Unit tests for the Wikibase\Database\MWDB\ExtendedMySQLAbstraction class.
+ * @covers Wikibase\Database\MWDB\ExtendedMySQLAbstraction
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/Database/tests/phpunit/MediaWikiQueryInterfaceTest.php 
b/Database/tests/phpunit/MediaWikiQueryInterfaceTest.php
index dfb22e4..7537b53 100644
--- a/Database/tests/phpunit/MediaWikiQueryInterfaceTest.php
+++ b/Database/tests/phpunit/MediaWikiQueryInterfaceTest.php
@@ -10,7 +10,7 @@
 use Wikibase\Repo\DBConnectionProvider;
 
 /**
- * Unit tests for the Wikibase\Database\MediaWikiQueryInterface class.
+ * @covers Wikibase\Database\MediaWikiQueryInterface
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/Database/tests/phpunit/TableBuilderTest.php 
b/Database/tests/phpunit/TableBuilderTest.php
index d37dde4..3c741e3 100644
--- a/Database/tests/phpunit/TableBuilderTest.php
+++ b/Database/tests/phpunit/TableBuilderTest.php
@@ -8,7 +8,7 @@
 use NullMessageReporter;
 
 /**
- * Unit tests for the Wikibase\Database\TableBuilder class.
+ * @covers Wikibase\Database\TableBuilder
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/Database/tests/phpunit/TableDefinitionTest.php 
b/Database/tests/phpunit/TableDefinitionTest.php
index 3fdb08a..3f4c7c8 100644
--- a/Database/tests/phpunit/TableDefinitionTest.php
+++ b/Database/tests/phpunit/TableDefinitionTest.php
@@ -6,7 +6,7 @@
 use Wikibase\Database\TableDefinition;
 
 /**
- * Unit tests for the Wikibase\Database\TableDefinition class.
+ * @covers Wikibase\Database\TableDefinition
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

-- 
To view, visit https://gerrit.wikimedia.org/r/63655
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iddedf32a04fd37bb6e457a0f6cd1c874fb79a5bd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to