wiki.techinc.nl/tests/phpunit/includes
Krinkle 8a5c2c6026 [Html] Follow-up r109990: Add category to example namespaces
- Category is a special case since it is not moveable  by default, useful to keep in the test
2012-02-13 14:53:40 +00:00
..
api disable ApiUploadTest 2012-02-06 21:39:56 +00:00
db tests: mark tests requiring a database connection 2012-01-18 15:50:00 +00:00
debug MWDebugTest: clear log before running tests 2012-01-18 15:58:25 +00:00
filerepo * Corrected and improved FileBackend::getFileList() comments. 2012-02-08 22:13:03 +00:00
GlobalFunctions Break wfBCP47, wfBaseName and wfTimestamp tests 2012-01-09 16:30:32 +00:00
installer
json
libs Revert r103978, r103979 -- screwed something up, breaks jQuery minification. 2011-11-23 00:22:46 +00:00
media In FileBackend/FileOp: 2012-01-07 01:33:23 +00:00
normal
parser * In NewParserTest, made it possible to use the --use-filebackend param to run the tests on a given registered backend. 2012-01-28 01:20:42 +00:00
search Use WikiPage instead of Article to call doEdit() and getId() 2012-02-06 11:19:14 +00:00
specials Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
upload Calls to editToken() that r103294 missed. 2012-01-07 23:26:35 +00:00
ArticleTablesTest.php * Use WikiPage instead of Article 2012-02-01 15:53:57 +00:00
ArticleTest.php Need to set mDataLoaded so that this works without a db 2011-12-27 20:48:06 +00:00
BlockTest.php
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 ExtraParserTest::testTrackingCategory and ExtraParserTest::testTrackingCategorySpecial need a db 2011-12-19 21:00:03 +00:00
FauxResponseTest.php
FormOptionsInitializationTest.php
FormOptionsTest.php
HooksTest.php
HtmlTest.php [Html] Follow-up r109990: Add category to example namespaces 2012-02-13 14:53:40 +00:00
HttpTest.php Add comments explaining that the funky multiple Location headers stuff is a CURL artifact, and that the code will need updating if bug 29232 is done (high-level handling of http redirects) 2011-12-22 23:12:44 +00:00
IPTest.php
JsonTest.php
LanguageConverterTest.php
LicensesTest.php
LocalFileTest.php In FileBackend/FileOp: 2012-01-07 01:33:23 +00:00
MessageTest.php
MWFunctionTest.php
MWNamespaceTest.php [Core JS] More fixing of global config variable usage 2011-12-31 21:25:00 +00:00
ParserOptionsTest.php * Use WikiPage instead of Article for ParserCache stuff 2012-02-05 16:45:41 +00:00
PathRouterTest.php Followup r104676, r104688: 2011-12-09 00:28:34 +00:00
Providers.php
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
SanitizerValidateEmailTest.php
SeleniumConfigurationTest.php
SiteConfigurationTest.php
TemplateCategoriesTest.php * Use WikiPage instead of Article to call doEdit() 2012-02-12 15:22:01 +00:00
TimeAdjustTest.php
TitleMethodsTest.php Implement a number of namespace related equals functions: 2011-11-22 13:34:55 +00:00
TitlePermissionTest.php Reverted r92364 (per-namespace permissions). 2011-12-12 06:03:01 +00:00
TitleTest.php Fix doxygen docs before REL1_19 branching 2012-02-01 20:53:38 +00:00
UserTest.php Documentation and whitespace 2012-01-19 14:56:18 +00:00
WebRequestTest.php
XmlJsTest.php
XmlSelectTest.php
XmlTest.php Fixed windows-related test failures (that string format doesn't work with \r\n line endings as the \r chars are left in the PHP string). 2012-02-02 18:42:02 +00:00
ZipDirectoryReaderTest.php