Fix for r96344: explicitly set $wgExtensionAssetsPath during tests
[lhc/web/wiklou.git] / tests / phpunit / includes / parser / NewParserTest.php
2011-09-06 Max SemenikFix for r96344: explicitly set $wgExtensionAssetsPath...
2011-09-06 Chad HorohoeMerge ParserTestStaticParserHook into ParserTestParserH...
2011-08-16 Alexandre EmsenhuberSome misc fixes to tests:
2011-08-09 Chad HorohoeMove the fuzz test into @group Broken so it will shut...
2011-08-05 Alexandre Emsenhuber* Call Linker methods statically
2011-08-04 Chad HorohoePartial fix for r88772: no need for IGNORE on site_stat...
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-21 Chad Horohoeself rv r90483. Still needs investigating though
2011-06-29 Alexandre EmsenhuberPass the Title object to Parser::transformMsg()
2011-06-20 Chad HorohoeMark test incomplete for a legitimate reason like tryin...
2011-06-16 PlatonidesCopy teardownUploadDir(),deleteFiles(),deleteDirs(...
2011-06-14 Chad Horohoe* Remove @static from the last few places it's left...
2011-06-03 Happy-melonMore unpicking of r85288. I think this is all of the...
2011-05-31 Antoine Mussoreally add NewParserTest to the Stub group
2011-05-25 Chad HorohoeWorkaround for duplicate key errors
2011-05-23 Happy-melonFollow-up r85403: rm unwanted "new" declaration.
2011-05-23 Alexandre EmsenhuberFollow-up r88653: removed the remaining of OutputPage...
2011-04-24 Happy-melonFollow-up r86775: restub $wgLang. Not because it's...
2011-04-23 Happy-melonStop stubbing $wgLang and $wgContLang. There are no...
2011-04-06 Platonidesr85553 fixup. When there are variants involved, the...
2011-04-06 Happy-melonFollow-up r85403: fix fatal in parser tests.
2011-04-05 Happy-melonFollow-up r85302: update OutputPage constructors in...
2011-03-18 Antoine Mussodebugging statement when starting a phpunit parser...
2011-03-06 PlatonidesRemove unused globals
2011-03-03 Chad HorohoeFollowup r83140: FakeMemCachedClient -> EmptyBagOStuff...
2011-03-03 Tim Starling* Rewrote ObjectCache.php to conform to the modern...
2011-02-26 PlatonidesRemove NewParserHelpers.php and use instead the origina...
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.