mediawiki-extensions-Popups/tests/phpunit
Daimona Eaytoy c581aab15e Avoid using TestUser in non-Database tests
TestUser is expensive and requires DB access because it creates the user
in the test database. That is not needed here. For these tests, a mock
is enough.

Also make PopupsGadgetsIntegrationTest an integration test, to fix a
local failure and in view of I0a04c82250582fed7a66c1e10868d9b4f3823a28.
If a test is testing the integration of X with Y, guess what, it's an
integration test ;-)

Change-Id: Ie8b3376ce97b9ddc67746f7754b92628c5ab9470
2023-08-10 00:08:49 +02:00
..
PopupsContextTest.php Avoid using TestUser in non-Database tests 2023-08-10 00:08:49 +02:00
PopupsContextTestWrapper.php Remove Popups instrumentation 2021-07-29 17:01:01 +00:00
PopupsGadgetsIntegrationTest.php Avoid using TestUser in non-Database tests 2023-08-10 00:08:49 +02:00
PopupsHooksTest.php Avoid using TestUser in non-Database tests 2023-08-10 00:08:49 +02:00