[00:06:55] I feel like I'm going crazy—isn't there a page on mediawiki wiki on using mwcli to set up multiple wikis? [00:07:09] *for CentralAuth [00:27:50] (eh never mind, shouldn't actually need multiple wikis for this) [01:02:10] Okay, I'm cursed or something today—why would 'composer phpunit -- extensions/CheckUser/tests/phpunit/CheckUserClientHintsCommonTraitTest.php' not work? In fact, why can't I seem to run the tests for any extensions when specifying just a path or filter? I end up getting errors regarding being unable to find basically any class ever. [01:02:57] See https://phabricator.wikimedia.org/P84811 [01:04:24] I'm sure this is probably because I recloned my core repo but I can't figure out what I'm missing [01:09:11] Is CheckUser loaded in LocalSettings? [01:09:27] I'm guessing it probably is if you installed it using docker... [01:10:33] it is, and it works fine [01:12:10] The path looks right for the file [01:13:39] it'll happen if I do the full extension, too (e.g., -- extensions/CentralAuth) [01:14:47] I guess CheckUserClientHintsCommonTraitTest isn't actually a test that can be run standalone [01:15:13] because the file only includes a trait, not a full class [01:16:15] ah perhaps I picked a bad example. See https://phabricator.wikimedia.org/P84812 [01:17:09] composer installed dev dependancies? [01:17:29] yup [01:21:30] oh waiiiit [01:22:43] no nevermind I'm still stuck [01:31:02] (It's actually just CentralAuth and CheckUser that are failing, while my other extensions and skins are fine. I just did those two and thought they were all failing.) [01:55:56] oh my gosh [01:56:02] I'm gonna cry [01:56:07] ... I needed to run update.php