wiki.techinc.nl/tests/phpunit/includes
Niklas Laxström d8f5490ec0 Sane whitespace
Change-Id: I849e9e672e50f033a24b5b42db93659d6e5fe899
2012-10-02 08:39:30 +00: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
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
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
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 Fixup whitespace from r80445 2011-03-27 01:27:02 +00:00
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
LanguageConverterTest.php
LicensesTest.php
LinksUpdateTest.php Sane whitespace 2012-10-02 08:39:30 +00: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 Followup r79523: Test that calling self:: and parent:: throws exception 2011-01-03 21:14:22 +00:00
MWNamespaceTest.php helpers to get subjects/talk namespaces 2012-06-26 22:25:59 +02:00
ParserOptionsTest.php
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
RecentChangeTest.php RecentChangeTest use the Database 2012-03-23 18:20:01 +01:00
ResourceLoaderTest.php
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
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 more public accessors for Title class 2012-10-01 20:52:03 +02: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
XmlSelectTest.php
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