Finally commit the testing stuff I have been with this week. Could be considered...
[lhc/web/wiklou.git] / tests / phpunit / includes / parser / NewParserTest.php
2011-02-26 PlatonidesFinally commit the testing stuff I have been with this...
2011-02-20 PlatonidesBreak the self-reference between parser and preprocesso...
2011-02-20 PlatonidesSave and restore $wgHooks in NewParserTest.
2011-02-09 PlatonidesDon't use ob_start/ob_get_contents/ob_end_clean just...
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-10 Chad HorohoeMore silly whitespace
2011-01-10 Chad Horohoerm big whitespace
2011-01-05 Platonides $messageMemc is used as local variable in line 63...
2011-01-03 Sam ReedRemove unreachable return;
2011-01-03 X!Mark broken parser tests as broken
2011-01-01 X!Fix r79447: Remove debugging code
2011-01-01 X!Followup r79443: Add some form of organization to the...
2011-01-01 X!Reorder functions around, add some form of order to...
2011-01-01 X!Add fuzz tests to new parser tests (someone else should...
2011-01-01 X!Don't use the --verbose option anymore
2011-01-01 X!Add parsertest specific help to PHPUnit.php
2011-01-01 X!More work on new parser tests:
2011-01-01 X!Start work on porting ParserTests completely into PHPunit.