wiki.techinc.nl/tests/phpunit/includes
2011-12-11 23:29:06 +00:00
..
api Revert r105834, WMF locally after fixing PHPUnit 2011-12-11 23:29:06 +00:00
db Added 1.18 schema to tests, comment 2011-12-11 16:56:37 +00:00
filerepo StoreBatchTest counts now correct, and using assertEquals 2011-10-16 22:18:18 +00:00
GlobalFunctions Update wfArrayToCGI and wfCgiToArray: 2011-12-11 18:25:23 +00:00
installer
json Followup r96717; Fix whitespace. 2011-09-25 02:09:42 +00:00
libs Revert r103978, r103979 -- screwed something up, breaks jQuery minification. 2011-11-23 00:22:46 +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
parser Bug 29524 - Rename RequestContext::getLang to getLanguage 2011-11-21 16:13:21 +00:00
search * (bug 32712) Fix for search indexing of pages with certain unicode chars following URL 2011-11-30 00:36:34 +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 Follow-up r105790: make tests work again 2011-12-11 13:29:21 +00:00
BlockTest.php Simplify r101365, this cruft is not really needed 2011-10-31 17:00:29 +00:00
CdbTest.php
EditPageTest.php For bug 32617: lift some code out to a function - EditPage::extractSectionTitle - so it can be tested and fixed. 2011-12-06 23:35:42 +00:00
ExternalStoreTest.php
ExtraParserTest.php Minor tweaks to cleanSig(inSig) 2011-12-06 23:07:13 +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
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
LanguageConverterTest.php
LicensesTest.php
LocalFileTest.php
MessageTest.php Whitespace/documentation 2011-09-14 15:07:20 +00:00
MWFunctionTest.php
MWNamespaceTest.php * Fixed failing FlaggedRevs tests (one due global to leaks from a core test) and made it clean up the DB table afterwards 2011-12-10 20:08:58 +00:00
ParserOptionsTest.php
PathRouterTest.php Followup r104676, r104688: 2011-12-09 00:28:34 +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
SampleTest.php
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
TemplateCategoriesTest.php Test to ensure that after adding a category to a template, the articles get moved into that category. 2011-11-27 16:12:20 +00:00
TimeAdjustTest.php
TitleMethodsTest.php Implement a number of namespace related equals functions: 2011-11-22 13:34:55 +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
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 Don't comment tests out, use $this->markTestIncomplete() 2011-12-01 14:40:11 +00:00
ZipDirectoryReaderTest.php