mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-23 23:13:27 +00:00
6f452d11b9
Locally these tests are failing for me on master every time. In WMF CI, it seems they are passing right now, although they too would start failing as of Ib27fd34fbfe7a7. My guess is that my change there causes the service container to be initialised earlier and thus causes the modified global to no longer be seen. At the very least this should have been using setMwGlobals(), which would have also avoided the issue by ensuring a service reset, however use setGroupPermissions() since it's tailor made for this purpose, and avoids potential problems later with default groups not existing. Change-Id: I8f02ffc996d6077ca6e7433229b1ea5d8fc6ce7c |
||
---|---|---|
.. | ||
integration | ||
unit | ||
GadgetTestUtils.php |