Jeroen De Dauw has submitted this change and it was merged.

Change subject: Fix and add group and covers tags
......................................................................


Fix and add group and covers tags

Change-Id: I9c234d3bd34f9a7951904d9f94c27875bb684161
---
M tests/integration/MediaWiki/Schema/TableCreateReadDeleteTest.php
M tests/phpunit/MediaWiki/MWTableBuilderBuilderTest.php
M tests/phpunit/MediaWiki/MWTableDefinitionReaderTest.php
M tests/phpunit/MediaWiki/MediaWikiEscaperTest.php
M tests/phpunit/MediaWiki/MediaWikiQueryInterfaceTest.php
M tests/phpunit/MediaWiki/MediaWikiSchemaModifierTest.php
M tests/phpunit/MediaWiki/MediaWikiTableBuilderTest.php
M tests/phpunit/MediaWiki/MediaWikiTableNameFormatterTest.php
M tests/phpunit/MySQL/MySQLFieldSqlBuilderTest.php
M tests/phpunit/MySQL/MySQLIndexSqlBuilderTest.php
M tests/phpunit/MySQL/MySQLSchemaSqlBuilderTest.php
M tests/phpunit/MySQL/MySQLTableDefinitionReaderTest.php
M tests/phpunit/MySQL/MySQLTableSqlBuilderTest.php
M tests/phpunit/SQLite/SQLiteFieldSqlBuilderTest.php
M tests/phpunit/SQLite/SQLiteIndexSqlBuilderTest.php
M tests/phpunit/SQLite/SQLiteSchemaSqlBuilderTest.php
M tests/phpunit/SQLite/SQLiteTableDefinitionReaderTest.php
M tests/phpunit/SQLite/SQLiteTableSqlBuilderTest.php
18 files changed, 30 insertions(+), 0 deletions(-)

Approvals:
  Jeroen De Dauw: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/integration/MediaWiki/Schema/TableCreateReadDeleteTest.php 
b/tests/integration/MediaWiki/Schema/TableCreateReadDeleteTest.php
index 3f925fb..88693d0 100644
--- a/tests/integration/MediaWiki/Schema/TableCreateReadDeleteTest.php
+++ b/tests/integration/MediaWiki/Schema/TableCreateReadDeleteTest.php
@@ -15,6 +15,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group Integration
  *
  * @licence GNU GPL v2+
  * @author Jeroen De Dauw < jeroended...@gmail.com >
diff --git a/tests/phpunit/MediaWiki/MWTableBuilderBuilderTest.php 
b/tests/phpunit/MediaWiki/MWTableBuilderBuilderTest.php
index ac115b7..ec085d7 100644
--- a/tests/phpunit/MediaWiki/MWTableBuilderBuilderTest.php
+++ b/tests/phpunit/MediaWiki/MWTableBuilderBuilderTest.php
@@ -9,6 +9,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMediawiki
  *
  * @licence GNU GPL v2+
  * @author Jeroen De Dauw < jeroended...@gmail.com >
diff --git a/tests/phpunit/MediaWiki/MWTableDefinitionReaderTest.php 
b/tests/phpunit/MediaWiki/MWTableDefinitionReaderTest.php
index b86ae1b..c569bc8 100644
--- a/tests/phpunit/MediaWiki/MWTableDefinitionReaderTest.php
+++ b/tests/phpunit/MediaWiki/MWTableDefinitionReaderTest.php
@@ -9,6 +9,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMediawiki
  *
  * @licence GNU GPL v2+
  * @author Adam Shorland
diff --git a/tests/phpunit/MediaWiki/MediaWikiEscaperTest.php 
b/tests/phpunit/MediaWiki/MediaWikiEscaperTest.php
index 3b85623..3f61527 100644
--- a/tests/phpunit/MediaWiki/MediaWikiEscaperTest.php
+++ b/tests/phpunit/MediaWiki/MediaWikiEscaperTest.php
@@ -9,6 +9,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMediawiki
  *
  * @licence GNU GPL v2+
  * @author Jeroen De Dauw < jeroended...@gmail.com >
diff --git a/tests/phpunit/MediaWiki/MediaWikiQueryInterfaceTest.php 
b/tests/phpunit/MediaWiki/MediaWikiQueryInterfaceTest.php
index ca4e986..00857e6 100644
--- a/tests/phpunit/MediaWiki/MediaWikiQueryInterfaceTest.php
+++ b/tests/phpunit/MediaWiki/MediaWikiQueryInterfaceTest.php
@@ -12,6 +12,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMediawiki
  *
  * @licence GNU GPL v2+
  * @author Jeroen De Dauw < jeroended...@gmail.com >
diff --git a/tests/phpunit/MediaWiki/MediaWikiSchemaModifierTest.php 
b/tests/phpunit/MediaWiki/MediaWikiSchemaModifierTest.php
index faed531..b763df6 100644
--- a/tests/phpunit/MediaWiki/MediaWikiSchemaModifierTest.php
+++ b/tests/phpunit/MediaWiki/MediaWikiSchemaModifierTest.php
@@ -9,6 +9,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMediawiki
  *
  * @licence GNU GPL v2+
  * @author Jeroen De Dauw < jeroended...@gmail.com >
diff --git a/tests/phpunit/MediaWiki/MediaWikiTableBuilderTest.php 
b/tests/phpunit/MediaWiki/MediaWikiTableBuilderTest.php
index 7eab244..4181ecb 100644
--- a/tests/phpunit/MediaWiki/MediaWikiTableBuilderTest.php
+++ b/tests/phpunit/MediaWiki/MediaWikiTableBuilderTest.php
@@ -12,6 +12,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMediawiki
  *
  * @licence GNU GPL v2+
  * @author Jeroen De Dauw < jeroended...@gmail.com >
diff --git a/tests/phpunit/MediaWiki/MediaWikiTableNameFormatterTest.php 
b/tests/phpunit/MediaWiki/MediaWikiTableNameFormatterTest.php
index b13f592..9a865d5 100644
--- a/tests/phpunit/MediaWiki/MediaWikiTableNameFormatterTest.php
+++ b/tests/phpunit/MediaWiki/MediaWikiTableNameFormatterTest.php
@@ -9,6 +9,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMediawiki
  *
  * @licence GNU GPL v2+
  * @author Jeroen De Dauw < jeroended...@gmail.com >
diff --git a/tests/phpunit/MySQL/MySQLFieldSqlBuilderTest.php 
b/tests/phpunit/MySQL/MySQLFieldSqlBuilderTest.php
index 86e2a69..1bca0a3 100644
--- a/tests/phpunit/MySQL/MySQLFieldSqlBuilderTest.php
+++ b/tests/phpunit/MySQL/MySQLFieldSqlBuilderTest.php
@@ -10,6 +10,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMySQL
  * @group Database
  *
  * @licence GNU GPL v2+
diff --git a/tests/phpunit/MySQL/MySQLIndexSqlBuilderTest.php 
b/tests/phpunit/MySQL/MySQLIndexSqlBuilderTest.php
index c476522..b6c9f32 100644
--- a/tests/phpunit/MySQL/MySQLIndexSqlBuilderTest.php
+++ b/tests/phpunit/MySQL/MySQLIndexSqlBuilderTest.php
@@ -10,6 +10,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMySQL
  * @group Database
  *
  * @licence GNU GPL v2+
diff --git a/tests/phpunit/MySQL/MySQLSchemaSqlBuilderTest.php 
b/tests/phpunit/MySQL/MySQLSchemaSqlBuilderTest.php
index a77b37b..5b7d886 100644
--- a/tests/phpunit/MySQL/MySQLSchemaSqlBuilderTest.php
+++ b/tests/phpunit/MySQL/MySQLSchemaSqlBuilderTest.php
@@ -11,6 +11,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMySQL
  * @group Database
  *
  * @licence GNU GPL v2+
diff --git a/tests/phpunit/MySQL/MySQLTableDefinitionReaderTest.php 
b/tests/phpunit/MySQL/MySQLTableDefinitionReaderTest.php
index 43a8ef6..049b1d8 100644
--- a/tests/phpunit/MySQL/MySQLTableDefinitionReaderTest.php
+++ b/tests/phpunit/MySQL/MySQLTableDefinitionReaderTest.php
@@ -9,6 +9,13 @@
 use Wikibase\Database\Schema\Definitions\TableDefinition;
 
 /**
+ * @covers Wikibase\Database\MySQL\MySQLTableDefinitionReader
+ *
+ * @group Wikibase
+ * @group WikibaseDatabase
+ * @group WikibaseDatabaseMySQL
+ * @group Database
+ *
  * @since 0.1
  * @licence GNU GPL v2+
  * @author Adam Shorland
diff --git a/tests/phpunit/MySQL/MySQLTableSqlBuilderTest.php 
b/tests/phpunit/MySQL/MySQLTableSqlBuilderTest.php
index 67032ab..6dc7c4e 100644
--- a/tests/phpunit/MySQL/MySQLTableSqlBuilderTest.php
+++ b/tests/phpunit/MySQL/MySQLTableSqlBuilderTest.php
@@ -12,6 +12,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseMySQL
  * @group Database
  *
  * @licence GNU GPL v2+
diff --git a/tests/phpunit/SQLite/SQLiteFieldSqlBuilderTest.php 
b/tests/phpunit/SQLite/SQLiteFieldSqlBuilderTest.php
index f3b4c5a..3d30d1c 100644
--- a/tests/phpunit/SQLite/SQLiteFieldSqlBuilderTest.php
+++ b/tests/phpunit/SQLite/SQLiteFieldSqlBuilderTest.php
@@ -9,6 +9,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseSQLite
  * @group Database
  *
  * @licence GNU GPL v2+
diff --git a/tests/phpunit/SQLite/SQLiteIndexSqlBuilderTest.php 
b/tests/phpunit/SQLite/SQLiteIndexSqlBuilderTest.php
index 16826e5..8fd356f 100644
--- a/tests/phpunit/SQLite/SQLiteIndexSqlBuilderTest.php
+++ b/tests/phpunit/SQLite/SQLiteIndexSqlBuilderTest.php
@@ -11,6 +11,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseSQLite
  * @group Database
  *
  * @licence GNU GPL v2+
diff --git a/tests/phpunit/SQLite/SQLiteSchemaSqlBuilderTest.php 
b/tests/phpunit/SQLite/SQLiteSchemaSqlBuilderTest.php
index c61a0ee..da0921e 100644
--- a/tests/phpunit/SQLite/SQLiteSchemaSqlBuilderTest.php
+++ b/tests/phpunit/SQLite/SQLiteSchemaSqlBuilderTest.php
@@ -12,6 +12,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseSQLite
  * @group Database
  *
  * @licence GNU GPL v2+
diff --git a/tests/phpunit/SQLite/SQLiteTableDefinitionReaderTest.php 
b/tests/phpunit/SQLite/SQLiteTableDefinitionReaderTest.php
index 4bfbb83..ce42385 100644
--- a/tests/phpunit/SQLite/SQLiteTableDefinitionReaderTest.php
+++ b/tests/phpunit/SQLite/SQLiteTableDefinitionReaderTest.php
@@ -9,6 +9,13 @@
 use Wikibase\Database\SQLite\SQLiteTableDefinitionReader;
 
 /**
+ * @covers Wikibase\Database\SQLite\SQLiteTableDefinitionReader
+ *
+ * @group Wikibase
+ * @group WikibaseDatabase
+ * @group WikibaseDatabaseSQLite
+ * @group Database
+ *
  * @since 0.1
  * @licence GNU GPL v2+
  * @author Adam Shorland
diff --git a/tests/phpunit/SQLite/SQLiteTableSqlBuilderTest.php 
b/tests/phpunit/SQLite/SQLiteTableSqlBuilderTest.php
index a6fee0e..6bc6ac5 100644
--- a/tests/phpunit/SQLite/SQLiteTableSqlBuilderTest.php
+++ b/tests/phpunit/SQLite/SQLiteTableSqlBuilderTest.php
@@ -12,6 +12,7 @@
  *
  * @group Wikibase
  * @group WikibaseDatabase
+ * @group WikibaseDatabaseSQLite
  * @group Database
  *
  * @licence GNU GPL v2+

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9c234d3bd34f9a7951904d9f94c27875bb684161
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDatabase
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to