mediawiki-extensions-Gadgets/tests/phpunit
Timo Tijhof 6f452d11b9 tests: Use setGroupPermissions() to fix flaky test
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
2022-04-05 21:07:28 +01:00
..
integration tests: Use setGroupPermissions() to fix flaky test 2022-04-05 21:07:28 +01:00
unit Namespace extension 2022-03-05 17:03:35 +00:00
GadgetTestUtils.php Namespace extension 2022-03-05 17:03:35 +00:00