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+ *