Platonides has uploaded a new change for review. https://gerrit.wikimedia.org/r/97328
Change subject: Make phpunit pick the test @groups ...................................................................... Make phpunit pick the test @groups The two comments made ignore the @group settings. Change-Id: I61f1bc73ab671a0f5705108486f05ae155e8ff57 --- M tests/phpunit/includes/db/TestORMRowTest.php 1 file changed, 7 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/28/97328/1 diff --git a/tests/phpunit/includes/db/TestORMRowTest.php b/tests/phpunit/includes/db/TestORMRowTest.php index c9459c9..39d4fbd 100644 --- a/tests/phpunit/includes/db/TestORMRowTest.php +++ b/tests/phpunit/includes/db/TestORMRowTest.php @@ -24,6 +24,13 @@ * * @ingroup Test * + * @licence GNU GPL v2+ + * @author Jeroen De Dauw < [email protected] > + */ +require_once __DIR__ . "/ORMRowTest.php"; + +/** + * @covers TestORMRow * @group ORM * * The database group has as a side effect that temporal database tables are created. This makes @@ -34,14 +41,6 @@ * as non-functional. The reason why tests are aborted is assumed to be set up of temporal databases * that hold the first tests in a pending state awaiting access to the database. * @group medium - * - * @licence GNU GPL v2+ - * @author Jeroen De Dauw < [email protected] > - */ -require_once __DIR__ . "/ORMRowTest.php"; - -/** - * @covers TestORMRow */ class TestORMRowTest extends ORMRowTest { -- To view, visit https://gerrit.wikimedia.org/r/97328 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I61f1bc73ab671a0f5705108486f05ae155e8ff57 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Platonides <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
