[15:11:38] I have a question about running tests in MW core. I am trying to run tests with `docker-compose exec mediawiki php tests/phpunit/phpunit.php `. I get an error like `Error: Class 'Wikimedia\TestingAccessWrapper' not found`. In my Docker container, composer-lock is up-to-date and everything seems to have built properly. Any ideas? [15:36:49] apine: That sounds like the autoloader stuff isn't working [15:36:56] Try running them via composer? [15:42:09] Reedy: Thank you! I have now tried that (`docker-compose exec mediawiki composer phpunit`), but I get the same error. [15:42:44] Can you check your vendor folder actually includes a wikimedia/testing-access-wrapper folder? [15:45:02] Reedy: Ah, it didn't! I re-ran `composer install` and it worked. Maybe I forgot to re-run it after `composer update` upon fresh install? In any case, that worked. Thank you so much! [15:45:34] Sweet :) [23:17:26] lol, the default email address in the installer is apache@🌻.invalid ?! [23:18:04] i mean, i guess if you're going to go invalid, might as well use emoijis [23:24:35] oh hmm. That installer selects Minerva skin to install by default, but not MobileFrontend, is super counter-intutitive. [23:25:49] AIUI Minerva no longer hard-depends on MF [23:26:04] also pretty sure dependency support in the installer doesn't work cross-skin/extension [23:26:05] I guess i need to git pull [23:26:52] I'm not testing the actual tarball, just my git checkout that has a whole mishmash of stuff [23:33:35] Hmm, it'd be cool if we could include descriptions for the extensions [23:35:28] descriptions where? [23:36:59] during the installer when it asks to choose extensions [23:37:10] there's a bug for that... [23:37:13] Like for the average user, they probably don't know what "Nuke" means [23:37:32] boom boom [23:37:34] I mean [23:37:36] all you need to do [23:37:38] is load extension.json [23:37:40] get the desc message [23:37:41] https://phabricator.wikimedia.org/T45817 [23:37:49] loaad the i18n/*.json file for that language [23:37:54] get the message from it... [23:38:11] >With https://gerrit.wikimedia.org/r/#/c/424967/ it will be trivial to get the message key and MessagesDirs out of extension.json, I'm just not sure how to add those directories to the current LocalisationCache so the messages can be used. [23:38:12] heh [23:38:15] the i18n part is where I got stuck in 2018