Mailing List Archive

[MediaWiki-commits] [Gerrit] mediawiki...Kartographer[master]: Add @covers tags
Legoktm has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/406115 )

Change subject: Add @covers tags
......................................................................

Add @covers tags

Change-Id: I0633c93c9b9c9d048ad318e1c3ccaddf812d605e
---
M tests/phpunit/ApiSanitizeMapDataTest.php
M tests/phpunit/CoordFormatterTest.php
M tests/phpunit/SimpleStyleParserTest.php
M tests/phpunit/SpecialMapTest.php
M tests/phpunit/ValidationTest.php
5 files changed, 5 insertions(+), 0 deletions(-)


git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Kartographer refs/changes/15/406115/1

diff --git a/tests/phpunit/ApiSanitizeMapDataTest.php b/tests/phpunit/ApiSanitizeMapDataTest.php
index cfafe99..d2a43c3 100644
--- a/tests/phpunit/ApiSanitizeMapDataTest.php
+++ b/tests/phpunit/ApiSanitizeMapDataTest.php
@@ -10,6 +10,7 @@
use UsageException;

/**
+ * @covers \Kartographer\ApiSanitizeMapData
* @group Kartographer
*/
class ApiSanitizeMapDataTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/CoordFormatterTest.php b/tests/phpunit/CoordFormatterTest.php
index d7e52b0..8c2a530 100644
--- a/tests/phpunit/CoordFormatterTest.php
+++ b/tests/phpunit/CoordFormatterTest.php
@@ -7,6 +7,7 @@
use MediaWikiTestCase;

/**
+ * @covers \Kartographer\CoordFormatter
* @group Kartographer
*/
class CoordFormatterTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/SimpleStyleParserTest.php b/tests/phpunit/SimpleStyleParserTest.php
index e46fbcb..0ff1788 100644
--- a/tests/phpunit/SimpleStyleParserTest.php
+++ b/tests/phpunit/SimpleStyleParserTest.php
@@ -9,6 +9,7 @@
use Title;

/**
+ * @covers \Kartographer\SimpleStyleParser
* @group Kartographer
*/
class SimpleStyleParserTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/SpecialMapTest.php b/tests/phpunit/SpecialMapTest.php
index 4f2c79a..f1a067c 100644
--- a/tests/phpunit/SpecialMapTest.php
+++ b/tests/phpunit/SpecialMapTest.php
@@ -8,6 +8,7 @@
use Title;

/**
+ * @covers \Kartographer\SpecialMap
* @group Kartographer
*/
class SpecialMapTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/ValidationTest.php b/tests/phpunit/ValidationTest.php
index 6153994..630de6c 100644
--- a/tests/phpunit/ValidationTest.php
+++ b/tests/phpunit/ValidationTest.php
@@ -10,6 +10,7 @@
use Title;

/**
+ * @covers \Kartographer\SimpleStyleParser
* @group Kartographer
*/
class ValidationTest extends MediaWikiTestCase {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0633c93c9b9c9d048ad318e1c3ccaddf812d605e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Kartographer
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm@member.fsf.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] mediawiki...Kartographer[master]: Add @covers tags [ In reply to ]
jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/406115 )

Change subject: Add @covers tags
......................................................................


Add @covers tags

Change-Id: I0633c93c9b9c9d048ad318e1c3ccaddf812d605e
---
M tests/phpunit/ApiSanitizeMapDataTest.php
M tests/phpunit/CoordFormatterTest.php
M tests/phpunit/SimpleStyleParserTest.php
M tests/phpunit/SpecialMapTest.php
M tests/phpunit/ValidationTest.php
5 files changed, 5 insertions(+), 0 deletions(-)

Approvals:
Yurik: Looks good to me, approved
jenkins-bot: Verified



diff --git a/tests/phpunit/ApiSanitizeMapDataTest.php b/tests/phpunit/ApiSanitizeMapDataTest.php
index cfafe99..d2a43c3 100644
--- a/tests/phpunit/ApiSanitizeMapDataTest.php
+++ b/tests/phpunit/ApiSanitizeMapDataTest.php
@@ -10,6 +10,7 @@
use UsageException;

/**
+ * @covers \Kartographer\ApiSanitizeMapData
* @group Kartographer
*/
class ApiSanitizeMapDataTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/CoordFormatterTest.php b/tests/phpunit/CoordFormatterTest.php
index d7e52b0..8c2a530 100644
--- a/tests/phpunit/CoordFormatterTest.php
+++ b/tests/phpunit/CoordFormatterTest.php
@@ -7,6 +7,7 @@
use MediaWikiTestCase;

/**
+ * @covers \Kartographer\CoordFormatter
* @group Kartographer
*/
class CoordFormatterTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/SimpleStyleParserTest.php b/tests/phpunit/SimpleStyleParserTest.php
index e46fbcb..0ff1788 100644
--- a/tests/phpunit/SimpleStyleParserTest.php
+++ b/tests/phpunit/SimpleStyleParserTest.php
@@ -9,6 +9,7 @@
use Title;

/**
+ * @covers \Kartographer\SimpleStyleParser
* @group Kartographer
*/
class SimpleStyleParserTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/SpecialMapTest.php b/tests/phpunit/SpecialMapTest.php
index 4f2c79a..f1a067c 100644
--- a/tests/phpunit/SpecialMapTest.php
+++ b/tests/phpunit/SpecialMapTest.php
@@ -8,6 +8,7 @@
use Title;

/**
+ * @covers \Kartographer\SpecialMap
* @group Kartographer
*/
class SpecialMapTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/ValidationTest.php b/tests/phpunit/ValidationTest.php
index 6153994..630de6c 100644
--- a/tests/phpunit/ValidationTest.php
+++ b/tests/phpunit/ValidationTest.php
@@ -10,6 +10,7 @@
use Title;

/**
+ * @covers \Kartographer\SimpleStyleParser
* @group Kartographer
*/
class ValidationTest extends MediaWikiTestCase {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0633c93c9b9c9d048ad318e1c3ccaddf812d605e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Kartographer
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm@member.fsf.org>
Gerrit-Reviewer: MaxSem <maxsem.wiki@gmail.com>
Gerrit-Reviewer: Yurik <yuriastrakhan@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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