mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-27 15:40:00 +00:00
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:
parent
7d48f2d8bb
commit
7a49382bdf
|
@ -9,6 +9,7 @@ use RequestContext;
|
|||
|
||||
/**
|
||||
* @group CodeMirror
|
||||
* @group Database
|
||||
* @coversDefaultClass \MediaWiki\Extension\CodeMirror\Hooks
|
||||
*/
|
||||
class HookTest extends MediaWikiIntegrationTestCase {
|
||||
|
|
Loading…
Reference in a new issue