From b8153d0d24f3cf33401034fb47465ccf0217cf6b Mon Sep 17 00:00:00 2001 From: Jakob Warkotsch Date: Tue, 4 Sep 2018 14:27:15 +0200 Subject: [PATCH] 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 --- tests/phpunit/MathDatabaseTest.php | 2 +- tests/phpunit/MathLaTeXMLDatabaseTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/MathDatabaseTest.php b/tests/phpunit/MathDatabaseTest.php index ffc559ec2..62221a8f9 100644 --- a/tests/phpunit/MathDatabaseTest.php +++ b/tests/phpunit/MathDatabaseTest.php @@ -6,7 +6,7 @@ * @covers MathRenderer * * @group Math - * @group Database //Used by needsDB + * @group Database * * @license GPL-2.0-or-later */ diff --git a/tests/phpunit/MathLaTeXMLDatabaseTest.php b/tests/phpunit/MathLaTeXMLDatabaseTest.php index 8f5d14fd1..190fd673b 100644 --- a/tests/phpunit/MathLaTeXMLDatabaseTest.php +++ b/tests/phpunit/MathLaTeXMLDatabaseTest.php @@ -4,7 +4,7 @@ * @covers MathLaTeXML * * @group Math - * @group Database (Used by needsDB) + * @group Database * * @license GPL-2.0-or-later */