[00:00:16] can't use xdebug because firefox is siloing cross-site cookies even after I turned off enhanced privacy [00:27:32] I ended up putting a setcookie() call in an earlier CentralAuth login stage to get xdebug working [00:28:10] my CentralAuth test wiki has the login wiki and the main wiki on separate registrable domains, specifically to test firefox's privacy controls [01:39:19] duesen: ack, will look tomorrow [05:09:01] $mocks['pre']->expects( $this->exactly( 13 ) )->method( 'testUserForCreation' ) [05:09:26] how can it possibly be a useful and maintainable test to check that a method is called exactly 13 times? [20:28:41] duesen: could use a re-review of https://gerrit.wikimedia.org/r/c/mediawiki/core/+/737160