Fix phpunit test tags
authorJeff Janes <jeff.janes@gmail.com>
Fri, 7 Nov 2014 18:51:34 +0000 (10:51 -0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 7 Nov 2014 20:11:08 +0000 (20:11 +0000)
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

index f0c829c..cc5543f 100644 (file)
  * @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 {
 
        /**