mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-11 16:49:43 +00:00
Add GadgetHooksTest to the Database group
The test uses black magic to override the behaviour of MediaWikiGadgetsDefinitionRepo. However, this magic doesn't work well with I2ac659a4, which disabled gadget loading in non-database tests. This test is the only one that needs that code to be run, although it won't actually make any queries because of said black magic. Add the test to the Database group as a temporary (TM) workaround to replacing the TestingAccessWrapper magic with something else. Change-Id: I7d9fd612dd685a5728d3a7a9ced97fd5ac45f491
This commit is contained in:
parent
c800299653
commit
b6e76eeb3a
|
@ -7,6 +7,7 @@ use Wikimedia\TestingAccessWrapper;
|
|||
|
||||
/**
|
||||
* @group Gadgets
|
||||
* @group Database
|
||||
*/
|
||||
class GadgetHooksTest extends MediaWikiIntegrationTestCase {
|
||||
public function tearDown(): void {
|
||||
|
|
Loading…
Reference in a new issue