From: Jeff Janes Date: Fri, 7 Nov 2014 18:51:34 +0000 (-0800) Subject: Fix phpunit test tags X-Git-Tag: 1.31.0-rc.0~13351 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/Bar?a=commitdiff_plain;h=0f9255555dd5ce2adf3dd92e85e5d2effa9e3e43;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 { /**