Use data providers
[lhc/web/wiklou.git] / tests / phpunit /
2011-09-29 Bryan Tong MinhUse data providers
2011-09-29 Bryan Tong Minh(bug 30202) Restrict file names on upload to 240 bytes...
2011-09-29 Bryan Tong Minh(bug 31213) Exception thrown when trying to move file...
2011-09-28 Sam ReedFollowup r98339, r98355
2011-09-28 Sam ReedFollowup r98339
2011-09-27 Brion Vibber* (bug 31187) Fix for user JavaScript validation to...
2011-09-26 Daniel FriesenFollowup r98056; Add to this screwed up NewParserTest...
2011-09-25 Daniel FriesenFollowup r94465 and r94465; Add phpunit tests for Sanit...
2011-09-25 Daniel FriesenFollowup r96717; Fix whitespace.
2011-09-24 Roan KattouwPer CR on r97962, introduce an array parameter for...
2011-09-23 Brion VibberFollowup r97954: fix unit tests for wfShellMaintenanceC...
2011-09-23 Roan KattouwMake Language::formatTimePeriod() more flexible so...
2011-09-23 Roan KattouwRewrite testFormatTimePeriod() with a data provider
2011-09-23 Aaron SchulzAdded wfShellMaintenanceCmd() for Het Deploy support
2011-09-22 Brion Vibber* (bug 31100) Fix regression in sidebar (special: page...
2011-09-22 Santhosh ThottingalAdd support for Number grouping(commafy) based on CLDR...
2011-09-20 Brion Vibber* (bug 6672, 31024) Fixes for handling of images with...
2011-09-20 Brion VibberFurther tweaks to r96687, r90016, r97398, r97656 etc...
2011-09-20 Brion VibberFurther tweaks to r96687, r90016, r97398 etc tests...
2011-09-20 Brion VibberPartial revert of broken test changes from r92246 ...
2011-09-18 PlatonidesRestore ExifBitmapTest::tearDown removed in r97398
2011-09-18 Brian WolffMake the phpunit old-style parserTest converter thingy...
2011-09-18 Brian WolffFollow-up r92635 Make sure the Exif related tests handl...
2011-09-15 PlatonidesbuildMainQueryConds() (called by assertConditions)...
2011-09-14 Sam ReedWhitespace/documentation
2011-09-14 Chad HorohoePartial revert r97035, followup r96930: make recentchan...
2011-09-14 KrinkleRenaming SpecialRecentchangesTest file to match conventions
2011-09-13 Chad HorohoeRevert r87992 and followups r87998, r89028 (Support...
2011-09-12 KrinkleUse a username different from the main BlockTest.php...
2011-09-12 Aaron SchulzReverted r86072, r86419 per CR. Lots of conflicts resol...
2011-09-10 Daniel FriesenAdd some other ServicesJson tests.
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-09-10 Chad HorohoeAdd some basic tests to compare output of native json...
2011-09-09 Brian Wolff(bug 30640; follow-up r92279) Rotating images was makin...
2011-09-08 Chad HorohoeGut anything from HttpTest that involves making externa...
2011-09-08 Roan KattouwAdd tests for r96562. HttpTest still has 5 failing...
2011-09-07 Antoine Mussocomplement r96386 tests
2011-09-07 Aaron SchulzFor r91123:
2011-09-07 Chad Horohoerv r96424, Roan had his fun
2011-09-07 Roan KattouwBreak some tests intentionally to see how Jenkins displ...
2011-09-06 Aaron SchulzFixed typo in ipv6 private IP range list and added...
2011-09-06 Max SemenikFix for r96344: explicitly set $wgExtensionAssetsPath...
2011-09-06 Chad HorohoeMerge ParserTestStaticParserHook into ParserTestParserH...
2011-09-03 KrinkleHtml.php: The "future"[1] is here. Add features for...
2011-09-03 KrinkleWhitespacing in HtmlTest.php
2011-08-30 Roan KattouwFix a message key typo in r41961 (!!), which didn't...
2011-08-27 PlatonidesManually set the title as not being a redirect. Otherwise,
2011-08-24 Sam ReedFix missing $ from r95439
2011-08-24 Sam ReedFixup the rest of r82577
2011-08-24 Sam ReedFix testGetTalkExceptions from r82577
2011-08-24 Sam ReedFollowup r82577
2011-08-21 Brian Wolfffollow-up r95171 - add unit test for tracking categories.
2011-08-21 Brian Wolff(follow-up r86169) Moar unit-tests!! (sorry for uttetly...
2011-08-20 Roan KattouwFollowup r95072: add tests for wfMatchesDomainList
2011-08-20 Roan KattouwPer CR on r90915, fix the description of one of the...
2011-08-19 Roan KattouwAdd a PROTO_CANONICAL mode to wfExpandUrl(), which...
2011-08-18 Alexandre EmsenhuberRemoved debugging code from r94932
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-08-18 Brian WolffMake testBug26425BlockTimestampDefaultsToTime be tolerr...
2011-08-18 Brian Wolfffollow-up r86169: unit tests for extraction of JPEG...
2011-08-18 Brian Wolfffollow-up r91885 rename testTiffFile since its not...
2011-08-17 Brian WolffMove the image files used in the media tests from inclu...
2011-08-17 Brian WolffMake the testCleanSig work no matter what $wgCleanSigna...
2011-08-17 Brian Wolfffollow-up r91885 - address CR comments
2011-08-17 Brian Wolfffollow-up r94601 - add unit tests for stripping the...
2011-08-17 Brian WolffFollow-up r94680 - fix unit tests.
2011-08-16 Chad HorohoeFollowup r94678: remove some include and autoload entri...
2011-08-16 Chad HorohoeRemove ParserHelpers. NewParserTest still needs some...
2011-08-16 Antoine Mussoenable colors in PHPUnit (redoing r89179).
2011-08-16 Alexandre EmsenhuberSome misc fixes to tests:
2011-08-16 Antoine MussoTests for wfGetIP() follow up r89407
2011-08-15 Antoine Mussoback off r94558:
2011-08-15 Antoine Mussoavoid playing with $_SERVER in test for now
2011-08-15 Antoine MussoTests for wfGetIP() follow up r89407
2011-08-15 Antoine MussoPHPUnit test file must end with 'Test.php'
2011-08-15 Ian BakerFixed incorrect usage of || operator, added test
2011-08-15 Antoine MussoFix up NS_MAIN subpage tests
2011-08-13 Chad Horohoervv (r94406)
2011-08-13 Chad HorohoePurposefully break two tests so I can see how Jenkins...
2011-08-11 Alexandre EmsenhuberMake SpecialRecentchangesTest pass
2011-08-09 Chad HorohoeMove the fuzz test into @group Broken so it will shut...
2011-08-08 Chad HorohoeMostly revert r89400: not needed since Brion fixed...
2011-08-07 Max SemenikFixed sidebar tests on Windows. Can't use PHP_EOL here...
2011-08-05 Alexandre Emsenhuber* Call Linker methods statically
2011-08-05 Alexandre Emsenhuber$wgLanguageCode applies to $wgContLang, not $wgLang...
2011-08-04 Chad HorohoePartial fix for r88772: no need for IGNORE on site_stat...
2011-08-04 Chad HorohoeFollowup r93928: forgot to remove this
2011-08-04 Chad HorohoeFixes for r92251:
2011-08-02 Chad Horohoe* ApiTest: mark testApiGotCookie() broken, since it is
2011-08-02 Neil Kandalgaonkaradd maxWidth param
2011-08-01 Mark A. Hershbergerw/s changes: “svn diff -x-w” is clean
2011-07-28 Chad HorohoeFollowup r93344: forgot to fix test. In other news...
2011-07-27 PlatonidesFollow up r93253. Do not mark DatabaseSqliteTest.php...
2011-07-27 PlatonidesRename PROT_* constants to PROTO_*
2011-07-27 Roan Kattouw(bug NNNNN) Rewrite most of wfExpandUrl() to handle...
2011-07-26 Chad HorohoeMark 2 tests as requiring a DB...since they do :)
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-25 PlatonidesMake SideBarTest work with a Language other than Englis...
2011-07-25 Aaron SchulzReverted r92489 and added/use hideDeprecated() to MW...
2011-07-25 Antoine MussoTest for external links in the sidebar
next