https://bugzilla.wikimedia.org/show_bug.cgi?id=39473
--- Comment #7 from Antoine "hashar" Musso <[email protected]> 2012-11-17 09:13:01 UTC --- parserTests.php is the old, stable and fast implementation. I use it locally whenever I review a parser change. NewParserTest is a a new, unstable, slow implementation with lot of code copy pasted and a full initialization being run on each test. BUT, it uses PHPUnit which is nice for Jenkins. So we need both for now. My preference would go to make the old parserTests.php to be able to output Junit results which is all what is needed by Jenkins and drop the buggy NewParserTest. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
