r93633 - remove duplicated tests
[lhc/web/wiklou.git] / tests / parser / parserTest.inc
2011-08-16 Alexandre EmsenhuberSome misc fixes to tests:
2011-08-05 Alexandre Emsenhuber* Call Linker methods statically
2011-08-02 Chad Horohoe(bug 30172) posix_isatty() fallback does not work when...
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-06-30 Chad HorohoeRemove --upload option to parserTests.php and backend...
2011-06-29 Alexandre EmsenhuberPass the Title object to Parser::transformMsg()
2011-06-14 Chad Horohoe* Remove @static from the last few places it's left...
2011-06-13 Chad HorohoeConvert a couple of wfDie()s to exceptions
2011-05-23 Alexandre EmsenhuberPer comment on r87680: make parser tests work again.
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-22 Brion VibberBreaking the 'math' table setup out to Math extension...
2011-04-09 Brion VibberInitial stab at breaking math/texvc out to Math extension.
2011-04-08 Brion VibberQuick fix for bug 15892: intermittent SQL-based cache...
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-05 Max SemenikFix E_STRICT
2011-03-03 Chad HorohoeFollowup r83140: FakeMemCachedClient -> EmptyBagOStuff...
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-24 Alexandre EmsenhuberExplicitely enable language and title conversion otherw...
2011-01-16 Happy-melonFix diff output for failed tests on windows, which...
2011-01-07 Sam ReedFollowup r72119, add some braces
2010-12-28 PlatonidesSet $wgAdaptiveMessageCache for parserTests until NikeR...
2010-12-28 Chad HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-28 Chad HorohoeRefactor table cloning code into its own class so it...
2010-12-14 Chad HorohoePer wikitech-l discussion: Move tests from maintenance...