From 0f9255555dd5ce2adf3dd92e85e5d2effa9e3e43 Mon Sep 17 00:00:00 2001 From: Jeff Janes Date: Fri, 7 Nov 2014 10:51:34 -0800 Subject: [PATCH] Fix phpunit test tags The "@group Database" is only effective when it is in the comment immediately before the class definition. Merge the two comments into one. Bug: 69612 Change-Id: Icfc7c9587534115154d90e20d510c854359fa8f0 --- tests/phpunit/includes/db/ORMTableTest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/includes/db/ORMTableTest.php b/tests/phpunit/includes/db/ORMTableTest.php index f0c829c84b..cc5543f10d 100644 --- a/tests/phpunit/includes/db/ORMTableTest.php +++ b/tests/phpunit/includes/db/ORMTableTest.php @@ -25,14 +25,13 @@ * @group ORM * @group Database * + * @covers PageORMTableForTesting + * * @licence GNU GPL v2+ * @author Jeroen De Dauw < jeroendedauw@gmail.com > * @author Daniel Kinzler */ -/** - * @covers PageORMTableForTesting - */ class ORMTableTest extends MediaWikiTestCase { /** -- 2.20.1