wiki.techinc.nl/tests/phpunit/includes
Reedy 8204ec598f Wrap long lines
Also remove default setting of $p done in else statement at end

Change-Id: I5024c1fc1748ad1add145d0696b33a6d7ef3223b
2012-09-29 00:35:16 +01:00
..
api Remove completely broken test 2012-09-26 17:04:36 +00:00
cache [FileBackend] Factored out code into ProcessCacheLRU class. 2012-07-12 17:09:23 +00:00
db Reenable testStoredFunctions() in DatabaseTest.php. 2012-09-22 18:14:22 +00:00
debug Moved warning stuff into MWDebug class. 2012-08-28 15:33:44 +02:00
filerepo raise filerepo tests timeout to 10sec 2012-08-29 17:01:02 +02:00
GlobalFunctions Wrap long lines 2012-09-29 00:35:16 +01: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 Added default implmentation of instanceProvider to GenericArrayObjectTest 2012-08-29 19:52:13 +02:00
media wfTimestamp should not die on bogus input [Regression] 2012-09-14 18:28:22 +02:00
mobile Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
normal Only run CleanUpTest on a quarter of the cases. 2011-05-28 08:38:14 +00:00
parser Use __DIR__ instead of dirname( __FILE__ ) 2012-08-27 21:45:00 +02:00
search Use WikiPage instead of Article to call doEdit() and getId() 2012-02-06 11:19:14 +00:00
specials test: unwanted search namespace should not be there 2012-08-31 17:56:11 +02:00
upload Move api/ApiTestUser.php to TestUser.php and make available in MediaWikiTestCase class. 2012-09-13 18:40:23 +00:00
ArticleTablesTest.php Replace some deprecated method calls. 2012-08-19 23:27:43 +02:00
ArticleTest.php Need to set mDataLoaded so that this works without a db 2011-12-27 20:48:06 +00:00
BlockTest.php (bug 38333) test blocked user cant createaccount 2012-07-19 08:19:15 +00:00
CdbTest.php Set CdbTest to skipped instead of incomplete 2012-04-30 09:49:31 +02:00
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 clear magicword cache before testing cleanSig 2012-08-29 12:31:24 +02: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 Change case to use the canonical names. 2012-09-18 22:30:38 +02: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 [IP] Added an IP::prettifyIP() function for displaying IPs. 2012-05-11 10:53:14 -07: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
LinksUpdateTest.php Introducing LinksUpdateTest. 2012-05-13 17:07:10 +02:00
LocalFileTest.php In FileBackend/FileOp: 2012-01-07 01:33:23 +00:00
LocalisationCacheTest.php Updated plural rules from CLDR 22 2012-09-17 16:59:29 +00:00
MessageTest.php Add phpunit testcases for Bug 30681 2012-03-28 15:36:23 +05:30
MWFunctionTest.php
MWNamespaceTest.php helpers to get subjects/talk namespaces 2012-06-26 22:25:59 +02: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 Move api/ApiTestUser.php to TestUser.php and make available in MediaWikiTestCase class. 2012-09-13 18:40:23 +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
RevisionStorageTest.php Make userWasLastToEdit reusable. 2012-09-03 12:22:52 +02:00
RevisionTest.php skip gzip tests if gzip is turned off 2011-06-17 21:15:24 +00:00
SampleTest.php Change some NS_IMAGE to NS_FILE 2012-06-24 21:50:10 +02:00
SanitizerTest.php Preemptively add css3's image() to our css sanitizer. 2012-09-26 05:24:16 +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
TemplateCategoriesTest.php Use __DIR__ instead of dirname( __FILE__ ) 2012-08-27 21:45:00 +02:00
TestUser.php Move api/ApiTestUser.php to TestUser.php and make available in MediaWikiTestCase class. 2012-09-13 18:40:23 +00:00
TimeAdjustTest.php Revert "(bug 32297) Use symbolic names, not offsets for a default timezone." 2012-07-02 13:12:16 +02:00
TimestampTest.php Added PHP complement for mw.Time. 2012-08-30 20:44:09 -04:00
TitleMethodsTest.php Adding more tests for Title. 2012-05-02 19:32:56 +02:00
TitlePermissionTest.php Revert "(bug 32297) Use symbolic names, not offsets for a default timezone." 2012-07-02 13:12:16 +02:00
TitleTest.php Followup da433140: add one more test and release note 2012-09-04 23:14:20 +08:00
UserTest.php Add UserTest::testAllRightsWithMessage 2012-08-13 23:26:58 +02:00
WebRequestTest.php Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
WikiPageTest.php converts '@fixme' to '@todo FIXME' 2012-07-10 17:16:46 +02: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 Follow-up Ifd700826 (60d119c), address a fixme in a re-enabled test. 2012-09-23 10:15:20 +02:00
ZipDirectoryReaderTest.php Use __DIR__ instead of dirname( __FILE__ ) 2012-08-27 21:45:00 +02:00