Discussion:
[MediaWiki-commits] [Gerrit] mediawiki...EducationProgram[master]: Fix @covers tags
Legoktm (Code Review)
2017-12-30 00:25:34 UTC
Permalink
Legoktm has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/400807 )

Change subject: Fix @covers tags
......................................................................

Fix @covers tags

Change-Id: I6ca30f2c2950321e11432f8d35d84719ff66bd24
---
M tests/phpunit/db/ORMTableTest.php
M tests/phpunit/db/TestORMRowTest.php
2 files changed, 2 insertions(+), 2 deletions(-)


git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EducationProgram refs/changes/07/400807/1

diff --git a/tests/phpunit/db/ORMTableTest.php b/tests/phpunit/db/ORMTableTest.php
index 750e2e3..7b8d859 100644
--- a/tests/phpunit/db/ORMTableTest.php
+++ b/tests/phpunit/db/ORMTableTest.php
@@ -32,7 +32,7 @@
* @group ORM
* @group Database
*
- * @covers PageORMTableForTesting
+ * @covers \EducationProgram\ORMTable
*
* @author Jeroen De Dauw < ***@gmail.com >
* @author Daniel Kinzler
diff --git a/tests/phpunit/db/TestORMRowTest.php b/tests/phpunit/db/TestORMRowTest.php
index 84b5f48..c328894 100644
--- a/tests/phpunit/db/TestORMRowTest.php
+++ b/tests/phpunit/db/TestORMRowTest.php
@@ -42,7 +42,7 @@
* @group ORM
* @group Database
* @group medium
- * @covers TestORMRow
+ * @covers \EducationProgram\ORMRow
*/
class TestORMRowTest extends ORMRowTest {
--
To view, visit https://gerrit.wikimedia.org/r/400807
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ca30f2c2950321e11432f8d35d84719ff66bd24
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: Legoktm <***@member.fsf.org>
jenkins-bot (Code Review)
2017-12-30 19:00:47 UTC
Permalink
jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/400807 )

Change subject: Fix @covers tags
......................................................................


Fix @covers tags

Change-Id: I6ca30f2c2950321e11432f8d35d84719ff66bd24
---
M tests/phpunit/db/ORMTableTest.php
M tests/phpunit/db/TestORMRowTest.php
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/tests/phpunit/db/ORMTableTest.php b/tests/phpunit/db/ORMTableTest.php
index 750e2e3..7b8d859 100644
--- a/tests/phpunit/db/ORMTableTest.php
+++ b/tests/phpunit/db/ORMTableTest.php
@@ -32,7 +32,7 @@
* @group ORM
* @group Database
*
- * @covers PageORMTableForTesting
+ * @covers \EducationProgram\ORMTable
*
* @author Jeroen De Dauw < ***@gmail.com >
* @author Daniel Kinzler
diff --git a/tests/phpunit/db/TestORMRowTest.php b/tests/phpunit/db/TestORMRowTest.php
index 84b5f48..c328894 100644
--- a/tests/phpunit/db/TestORMRowTest.php
+++ b/tests/phpunit/db/TestORMRowTest.php
@@ -42,7 +42,7 @@
* @group ORM
* @group Database
* @group medium
- * @covers TestORMRow
+ * @covers \EducationProgram\ORMRow
*/
class TestORMRowTest extends ORMRowTest {
--
To view, visit https://gerrit.wikimedia.org/r/400807
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6ca30f2c2950321e11432f8d35d84719ff66bd24
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: Legoktm <***@member.fsf.org>
Gerrit-Reviewer: AndyRussG <***@gmail.com>
Gerrit-Reviewer: Umherirrender <***@web.de>
Gerrit-Reviewer: jenkins-bot <>
Loading...