wiki.techinc.nl/tests/phpunit/includes/parser
Antoine Musso ae87825ed9 test {{SERVERNAME}} with relative URLS
bug 31176 mentionned an issue with {{SERVERNAME}} returning the full
URL instead of servername when using relative URLs (//localhost).
The fix was made by r98193.

This patch test three different URL protocols (http, https & relative)
and check we return the expected 'localhost'.
2011-10-24 09:32:33 +00:00
..
MagicVariableTest.php test {{SERVERNAME}} with relative URLS 2011-10-24 09:32:33 +00:00
MediaWikiParserTest.php Make the phpunit old-style parserTest converter thingy not fall on its face if an extension registers a parserTests test file that has a period in it. 2011-09-18 03:32:43 +00:00
NewParserTest.php Followup r98056; Add to this screwed up NewParserTest phpunit stuff as well. 2011-09-26 02:04:17 +00:00
PreprocessorTest.php Followup r80375: let PreprocessorTest work on Preprocessor_Hash etc as well as Preprocessor_Dom 2011-10-15 20:21:52 +00:00
TagHooks.php