From 6509ea10fe063b8b7482905825b7301a96e4d808 Mon Sep 17 00:00:00 2001 From: Morne Alberts Date: Sat, 2 Aug 2025 15:48:17 +0200 Subject: [PATCH] Add tests to Database group --- tests/phpunit/Unit/LuaLibraryGetSkinTest.php | 2 +- tests/phpunit/Unit/LuaLibraryParseTest.php | 2 +- tests/phpunit/Unit/LuaLibraryTest.php | 2 ++ tests/phpunit/Unit/LuaLibraryTestBase.php | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/Unit/LuaLibraryGetSkinTest.php b/tests/phpunit/Unit/LuaLibraryGetSkinTest.php index 631027e..b7f9282 100644 --- a/tests/phpunit/Unit/LuaLibraryGetSkinTest.php +++ b/tests/phpunit/Unit/LuaLibraryGetSkinTest.php @@ -7,7 +7,7 @@ * @ingroup Test * * @group extension-bootstrap-components - * @group mediawiki-databaseless + * @group Database * * @license GNU GPL v3+ * diff --git a/tests/phpunit/Unit/LuaLibraryParseTest.php b/tests/phpunit/Unit/LuaLibraryParseTest.php index 44177f4..44a9b20 100644 --- a/tests/phpunit/Unit/LuaLibraryParseTest.php +++ b/tests/phpunit/Unit/LuaLibraryParseTest.php @@ -7,7 +7,7 @@ * @ingroup Test * * @group extension-bootstrap-components - * @group mediawiki-databaseless + * @group Database * * @license GNU GPL v3+ * diff --git a/tests/phpunit/Unit/LuaLibraryTest.php b/tests/phpunit/Unit/LuaLibraryTest.php index e6adc5d..e04e6ef 100644 --- a/tests/phpunit/Unit/LuaLibraryTest.php +++ b/tests/phpunit/Unit/LuaLibraryTest.php @@ -7,6 +7,8 @@ /** * @covers \MediaWiki\Extension\BootstrapComponents\LuaLibrary * + * @group Database + * * @license GNU GPL v2+ * @since 1.1 * diff --git a/tests/phpunit/Unit/LuaLibraryTestBase.php b/tests/phpunit/Unit/LuaLibraryTestBase.php index 745d0d8..971548b 100644 --- a/tests/phpunit/Unit/LuaLibraryTestBase.php +++ b/tests/phpunit/Unit/LuaLibraryTestBase.php @@ -9,7 +9,6 @@ * @ingroup Test * * @group extension-bootstrap-components - * @group mediawiki-databaseless * * @license GNU GPL v3+ *