[02:49:36] when writing tests for core, is there already an utility method somewhere to clean up the db? Or do I have to manually clear up what I insert in the previous test? [02:59:50] dmaza: if you extend MediaWikiTestCase, and then add @group Database in the class doc comment, it'll automatically clone the db before the test, and clean it up afterwards [03:18:56] legoktm: thank you [03:19:42] np [20:38:54] legoktm: https://www.mediawiki.org/w/index.php?title=Manual:$wgAuthManagerAutoConfig&diff=0&oldid=2459371 was a link to gerrit [20:39:06] I suppose someone broke the template