https://bugzilla.wikimedia.org/show_bug.cgi?id=15892
--- Comment #11 from Platonides <[email protected]> 2011-04-08 22:58:56 UTC --- Yes, you can run the parser tests in two ways: * The good old parserTests.php * As part of phpunit tests. (make parser to run just parser tests in phpunit). This way each test is run isolated from the other, but is also much slower. And yes, the phpunit code was initially "forked" from parserTest.inc (but don't think parserTest.inc hasn't also evolved). I'm not aware of a current migrating effort. You should commit it. r82867/r83418 only affects NewParserTest since it's the one extending MediaWikiTestCase (we would benefit here from a multibple heritance if php allowed that). The $wgCache issue was a bit complicated, it's probably the same issue. I don't know if a EmptyBagOStuff should be preferable to a HashBagOStuff. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
