Legoktm (Code Review)
2017-12-30 00:25:34 UTC
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>
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>