wiki.techinc.nl/tests/phpunit/includes
Christian Aistleitner cc13cf0564 Increase permitted runtime for testParserTest
Change-Id: Id8a73b2d5d32af38c6856c3120394a2d6150f835
2012-04-20 20:00:36 +02:00
..
api Merge "tests related to API block action and its gettoken" 2012-04-06 15:38:25 +00:00
db Correcting type of DatabaseSqlite::insertId() 2012-04-06 21:02:27 +02:00
debug MWDebugTest: clear log before running tests 2012-01-18 15:58:25 +00:00
filerepo Fixed silly backend test config bug. 2012-04-17 10:25:52 -07:00
GlobalFunctions MockOutputPage class in its own file 2012-04-13 12:47:19 +02: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 Employing MediaWikiTestCase's temporary file methods 2012-04-10 17:08:06 +02:00
normal Only run CleanUpTest on a quarter of the cases. 2011-05-28 08:38:14 +00:00
parser Increase permitted runtime for testParserTest 2012-04-20 20:00:36 +02: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 Normalise casing of getArticleID used in core 2012-03-11 18:54:55 +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 Merged r114672 from wmf1.19 plus tests; crosswiki block name/id fix. 2012-04-10 09:49:52 -07:00
CdbTest.php
DiffHistoryBlobTest.php xdiff_string_rabdiff() appeared in version 1.5.0 of xdiff extension. 2012-02-20 16:03:40 +00:00
EditPageTest.php Follow-up r113922: tests 2012-03-15 15:38:11 +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 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 [Html::namespaceSelector] Remove default id/name attributes 2012-03-07 19:14:20 +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 More occurrence typos 2012-03-19 21:40:39 +00:00
JsonTest.php
LanguageConverterTest.php
LicensesTest.php
LocalFileTest.php In FileBackend/FileOp: 2012-01-07 01:33:23 +00:00
MessageTest.php Add phpunit testcases for Bug 30681 2012-03-28 15:36:23 +05:30
MockOutputPage.php MockOutputPage class in its own file 2012-04-13 12:47:19 +02:00
MWFunctionTest.php
MWNamespaceTest.php Removed assertions calling MWNamespace::isMain() from MWNamespaceTest::testIsSubject() that give an error since the former now calls wfDeprecated() 2012-02-15 13:31:20 +00:00
ParserOptionsTest.php * Use WikiPage instead of Article for ParserCache stuff 2012-02-05 16:45:41 +00:00
PathRouterTest.php Fix bug 34684 in my PathRouter code: 2012-02-24 11:31:36 +00:00
PreferencesTest.php (bug 34302) Add CSS classes to email fields in user preferences 2012-03-07 09:56:24 +00:00
Providers.php using real identity for hashar 2011-10-24 09:08:13 +00:00
RecentChangeTest.php RecentChangeTest use the Database 2012-03-23 18:20:01 +01: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
SeleniumConfigurationTest.php Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
SiteConfigurationTest.php
TemplateCategoriesTest.php * Use WikiPage instead of Article to call doEdit() 2012-02-12 15:22:01 +00:00
TimeAdjustTest.php
TitleMethodsTest.php assertEquals is $expected, $actual, not $actual, $expected 2012-04-18 16:03:46 -07:00
TitlePermissionTest.php r112563: Removed random bogus user IDs passed into to Block constructor in tests 2012-02-28 02:32:59 +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 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 Removed XmlTest::testNamespaceSelector(); it just breaks when $wgDevelopmentWarnings is set to true due to the fact that Xml::namespaceSelector() calls wfDeprecated(). 2012-03-19 12:44:36 +00:00
ZipDirectoryReaderTest.php