User "^demon" posted a comment on MediaWiki.r88755. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88755#c17275 Commit summary:
Fixup phpunit tests so we don't drop/create tables on EVERY SINGLE TEST. Now just create them on the first test that needsDB() and skip creation on the rest. Leaves you with a bunch of useless tables at the end of a run, but oh well at least its faster :) Comment: Actually, we should probably move resetDB() down to the end of run(), so it'll clean itself up after a run (rather than relying on the next test to clear it) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
