wiki.techinc.nl/tests/phpunit/includes
gicode 101e3cfa2d Add wfAssembleUrl and unit tests. This is the next step towards fixing
bug 32168.  This function is the inverse of wfParseUrl and is useful when you
need to modify part of a URL and have to put it back together.

Further, with the addition of this function, there is sufficient code in core
to create a proper URI class.
2011-11-15 17:38:20 +00:00
..
api * reverted changes to Block and ApiBlockTest made in r102625 ... PEBKAC 2011-11-10 09:36:18 +00:00
db Revert r98355 and r98357; drop the field instead. 2011-10-02 06:10:55 +00:00
filerepo StoreBatchTest counts now correct, and using assertEquals 2011-10-16 22:18:18 +00:00
GlobalFunctions Add wfAssembleUrl and unit tests. This is the next step towards fixing 2011-11-15 17:38:20 +00:00
installer Basic first round of testing for the InstallDocFormatter 2011-06-29 01:26:56 +00:00
json Followup r96717; Fix whitespace. 2011-09-25 02:09:42 +00:00
libs * (bug 31187) Fix for user JavaScript validation to allow identifiers with valid Unicode letter characters 2011-09-27 22:51:36 +00:00
media Follow-up r102751 - I think this test was intermitently failing because it was re-using thumbs generated for previous tests. Add a random number to stop that. 2011-11-11 15:33:37 +00:00
normal Only run CleanUpTest on a quarter of the cases. 2011-05-28 08:38:14 +00:00
parser Comment tweak on MediaWikiParserTest and make ResourceLoaderTest extend MediaWikiTestCase 2011-11-12 21:32:39 +00:00
search Kill various unused variables 2011-10-29 01:17:26 +00:00
specials test SQL for our QueryPages objects 2011-11-08 16:22:42 +00:00
upload Fix for r100905: 2011-10-27 18:46:40 +00:00
ArticleTablesTest.php w/s changes: “svn diff -x-w” is clean 2011-08-01 16:01:13 +00:00
ArticleTest.php For r91123: 2011-09-07 17:55:37 +00:00
BlockTest.php Simplify r101365, this cruft is not really needed 2011-10-31 17:00:29 +00:00
CdbTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
ExternalStoreTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
ExtraParserTest.php follow-up r95171 - add unit test for tracking categories. 2011-08-21 19:28:35 +00:00
FauxResponseTest.php * Added some tests for FauxResponse class 2011-07-13 20:16:14 +00:00
FormOptionsInitializationTest.php using real identity for hashar 2011-10-24 09:08:13 +00:00
FormOptionsTest.php using real identity for hashar 2011-10-24 09:08:13 +00:00
HooksTest.php Fixup whitespace from r80445 2011-03-27 01:27:02 +00:00
HtmlTest.php Use canonical case 2011-10-27 15:54:49 +00:00
HttpTest.php More documentation! 2011-10-26 04:15:09 +00:00
IPTest.php Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
JsonTest.php enhance tests name (for --testdox option) 2011-07-03 18:09:30 +00:00
LanguageConverterTest.php Followup 90161 (which breaks the test). Need to hack around to avoid a reload from db. 2011-06-15 21:32:08 +00:00
LicensesTest.php * verbose and color default output from phpunit 2010-12-28 18:17:16 +00:00
LocalFileTest.php Follow up r87210 2011-05-01 23:02:27 +00:00
MessageTest.php Whitespace/documentation 2011-09-14 15:07:20 +00:00
MWFunctionTest.php Followup r79523: Test that calling self:: and parent:: throws exception 2011-01-03 21:14:22 +00:00
MWNamespaceTest.php using real identity for hashar 2011-10-24 09:08:13 +00:00
ParserOptionsTest.php Stop stubbing $wgLang and $wgContLang. There are no major code paths which do not call either $wgLang or $wgContLang at least once. All index.php calls unstub $wgContLang from MediaWiki::parseTitle() except in the edgecase of viewing pages referenced only by "curid=123", and since those will end up calling OutputPage::output() they will eventually be unstubbed at some point as well. All calls through load.php unstub $wgLang in ResourceLoaderContext::getLanguage() from ResouceLoader::respond() --> ResourceLoader::preloadModuleInfo(). All calls through api.php unstub $wgContLang in ApiResult::cleanUpUTF8() from ApiMain::printResult(). 2011-04-23 15:19:38 +00:00
Providers.php using real identity for hashar 2011-10-24 09:08:13 +00:00
ResourceLoaderTest.php Comment tweak on MediaWikiParserTest and make ResourceLoaderTest extend MediaWikiTestCase 2011-11-12 21:32:39 +00:00
RevisionTest.php skip gzip tests if gzip is turned off 2011-06-17 21:15:24 +00:00
SampleTest.php Follow-up r90150, another parent::setUp missing. 2011-06-15 21:03:08 +00:00
SanitizerTest.php Test handling of escaped CSS comments 2011-10-24 08:39:58 +00:00
SanitizerValidateEmailTest.php Rename class to match change of method location 2011-07-24 19:59:42 +00:00
SeleniumConfigurationTest.php Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
SiteConfigurationTest.php enhance tests name (for --testdox option) 2011-07-03 18:09:30 +00:00
TimeAdjustTest.php Followup to r90090 -- thou shalt add parent:: calls to both overridden tearDown *and* overridden setUp () 2011-06-15 20:51:17 +00:00
TitlePermissionTest.php Removed useless second parameter to Title::quickUserCan() 2011-11-07 13:54:03 +00:00
TitleTest.php Title::isValidMoveOperation needs a db 2011-10-02 21:07:17 +00:00
UserTest.php Use dataProvider for the testIsValidUserName method. Followup r99466 2011-10-11 10:25:58 +00:00
WebRequestTest.php Removed debugging code from r94932 2011-08-18 20:05:09 +00:00
XmlJsTest.php Extend MediaWikiTestCase in a few places 2011-05-25 00:30:06 +00:00
XmlSelectTest.php Followup r99305 - change tests to match behaviour. Would set globals but restoring them manually is just too laborious 2011-10-08 11:58:01 +00:00
XmlTest.php Followup r99305 - change tests to match behaviour. Would set globals but restoring them manually is just too laborious 2011-10-08 11:58:01 +00:00
ZipDirectoryReaderTest.php * (bug 24230) Added JAR detection. ZIP archives containing a .class file will be rejected by default. Malformed ZIP archives will be rejected due to the danger of ambiguous parsing on the client side. 2011-02-25 04:51:17 +00:00