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)
commit0f9255555dd5ce2adf3dd92e85e5d2effa9e3e43
tree380a725a17ec2cf2b1b64a3ec9421a6146934f9f
parenta7164b5c34d350ee8545515e3aefb603372a9bb1
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