Ensure database tests run as part of --group Database

The comments behind @group Database prevented the tests from being run
as part of the --group Database phpunit jobs.

Bug: T202223
Change-Id: I8dc68d3d90502fa7bd691cf18f0e296d97d3c893
This commit is contained in:
Jakob Warkotsch 2018-09-04 14:27:15 +02:00 committed by Physikerwelt
parent 4f5225d612
commit b8153d0d24
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
* @covers MathRenderer
*
* @group Math
* @group Database //Used by needsDB
* @group Database
*
* @license GPL-2.0-or-later
*/

View File

@ -4,7 +4,7 @@
* @covers MathLaTeXML
*
* @group Math
* @group Database (Used by needsDB)
* @group Database
*
* @license GPL-2.0-or-later
*/