From 7a49382bdfa4666acc381893a1e731a832decead Mon Sep 17 00:00:00 2001 From: WMDE-Fisch Date: Wed, 9 Aug 2023 10:51:58 +0200 Subject: [PATCH] Add Database group to tests Tests that create a user account actually use the database and most be marked as such or they will thow an exception. See Ic4a72fbfaee730b8417848ae0603443d4995fefc Change-Id: I827b536006130c9813a2a079eab01be112e691be --- tests/phpunit/HookTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/HookTest.php b/tests/phpunit/HookTest.php index 8339f35a..126fcc76 100644 --- a/tests/phpunit/HookTest.php +++ b/tests/phpunit/HookTest.php @@ -9,6 +9,7 @@ use RequestContext; /** * @group CodeMirror + * @group Database * @coversDefaultClass \MediaWiki\Extension\CodeMirror\Hooks */ class HookTest extends MediaWikiIntegrationTestCase {