aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/parserTest.inc
Commit message (Expand)AuthorAgeFilesLines
* Fixed attempt to write to the wiki's upload directory during parser tests ins...Tim Starling2012-03-201-1/+13
* Improve documentationSam Reed2012-02-021-1/+0
* Revert r108358. It's a good fellow and we like to keep it.Platonides2012-01-091-0/+1317
* * Drop old parserTests.php way of running parser tests. You can run parser te...Chad Horohoe2012-01-081-1317/+0
* * Don't select (even twice for PHPUnit tests) "FOR UPDATE", but use the maste...Alexandre Emsenhuber2012-01-071-8/+13
* r108300: updated parserTest.inc tests and re-enabled testBug29408()Aaron Schulz2012-01-071-8/+8
* parserTest need to clone user_former_groups tableAntoine Musso2012-01-051-1/+1
* Fix for r106752: manually add the backend to the fake local repo to avoid exc...Alexandre Emsenhuber2011-12-311-1/+10
* * FU r106752: de-uglified Setup.php by moving most of the b/c code into FileB...Aaron Schulz2011-12-221-13/+10
* FU r106752: use "media-" instead of "images-" in container names. Long live b...Aaron Schulz2011-12-201-5/+5
* Set deleted zone container in parserTest.incAaron Schulz2011-12-201-1/+3
* Merged FileBackend branch. Manually avoiding merging the many prop-only chang...Aaron Schulz2011-12-201-6/+15
* Use WikiPage instead of ArticleAlexandre Emsenhuber2011-12-111-2/+2
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-2/+2
* parserTests: add --filter as an alias of --regexAntoine Musso2011-11-191-0/+3
* Comments, braces, explicit member variablesSam Reed2011-11-161-1/+0
* Made setupGlobals() return the created context and use it instead of either g...Alexandre Emsenhuber2011-11-101-7/+8
* parsertest now destroy virtual table under SQLiteAntoine Musso2011-10-271-0/+7
* Quick and ugly fix to stop installs with CACHE_DB from immediately failing wi...Aaron Schulz2011-10-271-2/+13
* Minor code style cleanupsAaron Schulz2011-10-271-4/+3
* Add, update, tweak documentationSam Reed2011-10-261-1/+1
* Followup r98053; Add $wgCleanupPresentationalAttributes to the globals setup ...Daniel Friesen2011-09-251-0/+1
* Refactor deferrable updates into classes & interfaces, also add helper method...Chad Horohoe2011-09-101-2/+2
* Fix for r96344: explicitly set $wgExtensionAssetsPath during testsMax Semenik2011-09-061-1/+2
* Even on Windows, some people have diff ;)Max Semenik2011-09-061-1/+3
* Merge ParserTestStaticParserHook into ParserTestParserHook since they practic...Chad Horohoe2011-09-061-1/+0
* Some misc fixes to tests:Alexandre Emsenhuber2011-08-161-1/+1
* * Call Linker methods staticallyAlexandre Emsenhuber2011-08-051-2/+1
* (bug 30172) posix_isatty() fallback does not work when the function has been ...Chad Horohoe2011-08-021-1/+1
* Adding __METHOD__ to parameters passed to wfMkdirParents()Sam Reed2011-07-251-2/+2
* Remove --upload option to parserTests.php and backend RemoteTestRecorder -- w...Chad Horohoe2011-06-301-2/+0
* Pass the Title object to Parser::transformMsg()Alexandre Emsenhuber2011-06-291-1/+1
* * Remove @static from the last few places it's left in core. Please don't use...Chad Horohoe2011-06-141-1/+0
* Convert a couple of wfDie()s to exceptionsChad Horohoe2011-06-131-3/+2
* Per comment on r87680: make parser tests work again.Alexandre Emsenhuber2011-05-231-9/+8
* Follow-up r86775: restub $wgLang. Not because it's a good idea, but because ...Happy-melon2011-04-241-1/+1
* Stop stubbing $wgLang and $wgContLang. There are no major code paths which d...Happy-melon2011-04-231-1/+1
* Breaking the 'math' table setup out to Math extension. Should be the last mai...Brion Vibber2011-04-221-1/+1
* Initial stab at breaking math/texvc out to Math extension.Brion Vibber2011-04-091-2/+0
* Quick fix for bug 15892: intermittent SQL-based cache failures during parser ...Brion Vibber2011-04-081-2/+3
* r85553 fixup. When there are variants involved, the line Platonides2011-04-061-3/+2
* Follow-up r85403: fix fatal in parser tests.Happy-melon2011-04-061-0/+3
* Follow-up r85302: update OutputPage constructors in core.Happy-melon2011-04-051-4/+4
* Fix E_STRICTMax Semenik2011-03-051-3/+3
* Followup r83140: FakeMemCachedClient -> EmptyBagOStuff in testsChad Horohoe2011-03-031-1/+1
* Don't use ob_start/ob_get_contents/ob_end_clean just to var_dump() a string. ...Platonides2011-02-091-2/+1
* * Replaced $wgMessageCache by MessageCache::singleton(); since we only use on...Alexandre Emsenhuber2011-01-261-8/+3
* Explicitely enable language and title conversion otherwise this breaks tests ...Alexandre Emsenhuber2011-01-241-1/+3
* Fix diff output for failed tests on windows, which typically doesn't have a '...Happy-melon2011-01-161-2/+9
* Followup r72119, add some bracesSam Reed2011-01-071-0/+1