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
This commit is contained in:
WMDE-Fisch 2023-08-09 10:51:58 +02:00
parent 7d48f2d8bb
commit 7a49382bdf

View file

@ -9,6 +9,7 @@ use RequestContext;
/**
* @group CodeMirror
* @group Database
* @coversDefaultClass \MediaWiki\Extension\CodeMirror\Hooks
*/
class HookTest extends MediaWikiIntegrationTestCase {