wiki.techinc.nl/tests/phpunit/includes
Timo Tijhof 9bd8dc6e2d filerepo: Use standard method for creating temp dir in unit test
Previously, the unittests-thumb directory (and its hashed subdirectories,
and the .htaccess and index.html files) were being left behind.

While that may be a bug in the FileBackend class, the unit test
shouldn't rely on that for its teardown. If we want to assert that,
that can be a separate test.

Bug: T89085
Change-Id: Ided46b71ace82159864145b76d98bb10da5d0311
2015-02-11 01:42:12 +00:00
..
actions Merge "Revert "Make an empty "?action=" parameter default to "view""" 2014-10-11 17:23:21 +00:00
api Use also $wgAutoloadClasses in tests for module names 2015-01-06 13:21:17 +00:00
cache Remove unused global declaration 2014-12-05 21:39:48 +00:00
changes Migrate merge log to new log system 2014-10-21 16:49:06 +00:00
composer
config Remove deprecated GlobalVarConfig::set() 2014-10-20 16:43:08 +00:00
content JsonContent: Support non-object values as root structure 2015-01-16 20:57:07 +00:00
context Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
db Database::makeList() : Handle NULL when building 'IN' clause 2015-01-03 22:20:35 +05:30
debug Implement support for a minimum log level in $wgDebugLogGroups 2014-12-31 18:16:17 +00:00
deferred Clarifies the meaning of the function which tests the bug T34712 2015-01-01 18:16:42 -06:00
diff Remove require_once from some tests by adding classes to TestsAutoLoader 2014-11-12 20:24:08 +01:00
exception Change case of class names to match declarations 2014-12-19 16:01:26 +00:00
externalstore Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
filebackend
filerepo filerepo: Use standard method for creating temp dir in unit test 2015-02-11 01:42:12 +00:00
GlobalFunctions Account for HiDPI variants in thumb.php rate limiting 2015-02-04 19:55:44 -08:00
htmlform
installer InstallDocFormatter: Hyperlink Phabricator task numbers 2014-11-21 03:05:44 -05:00
jobqueue Remove useless sleep() in JobQueueTest 2014-10-24 14:31:00 +02:00
json hhvm: Detect json-c parser 2014-11-08 15:45:46 -07:00
libs Merge "StringUtils: throw InvalidArgumentException and move into libs/" 2015-01-31 00:43:58 +00:00
logging
mail
media Make data provider in MediaHandlerTest static 2015-01-20 22:45:30 +01:00
objectcache
page Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
parser Use 'rsvg-convert' binary rather than 'rsvg' everywhere 2015-02-05 18:17:32 +00:00
password Add lots of @throws 2014-12-24 13:49:20 +00:00
poolcounter
registration Merge "registration: Add resource template-like functionality to extension.json" 2015-02-09 23:21:09 +00:00
resourceloader Revert "resourceloader: Omit empty parameters from mw.loader.implement calls" 2015-01-20 23:56:17 +00:00
search Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
site Cleanup SiteListFileCache test files in tearDown 2015-01-08 13:04:12 +00:00
skins
specialpage Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
specials Change case of class names to match declarations 2014-12-19 16:01:26 +00:00
title Merge "Proper namespace handling for WikiImporter" 2015-01-05 22:40:15 +00:00
upload UploadBaseTest: Use setMwGlobals() instead of juggling globals 2014-10-07 05:13:32 +02:00
utils StringUtils: throw InvalidArgumentException and move into libs/ 2015-01-29 10:30:57 -08:00
BlockTest.php Let BlockTest.php respect database constraints 2014-10-15 18:09:49 +00:00
CollationTest.php
DiffHistoryBlobTest.php
EditPageTest.php
ExtraParserTest.php
FallbackTest.php
FauxRequestTest.php
FauxResponseTest.php
FormOptionsInitializationTest.php
FormOptionsTest.php
GitInfoTest.php
HooksTest.php
HtmlFormatterTest.php Set $wgInternalTidy to false in unit tests when running under HHVM 2014-12-18 14:58:18 -08:00
HtmlTest.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
HttpTest.php HttpTest: Update cURL constants array 2014-10-07 22:21:16 +00:00
ImportTest.php Proper namespace handling for WikiImporter 2014-12-10 22:24:47 +11:00
LicensesTest.php
LinkerTest.php Don't double escape in Linker::formatLinksInComment 2015-01-15 18:14:42 +00:00
LinkFilterTest.php
MediaWikiVersionFetcherTest.php
MessageTest.php
MimeMagicTest.php
MovePageTest.php Check $auth parameter in Title::isValidMoveOperation() 2015-02-05 10:52:10 -08:00
MWNamespaceTest.php
MWTimestampTest.php Reject out-of-range output when converting to TS_MW 2014-12-19 17:06:38 -05:00
OutputPageTest.php Revert "resourceloader: Omit empty parameters from mw.loader.implement calls" 2015-01-20 23:56:17 +00:00
PathRouterTest.php
PreferencesTest.php
PrefixSearchTest.php Fixed spacing 2014-12-05 22:28:07 +01:00
RevisionStorageTest.php
RevisionStorageTestContentHandlerUseDB.php
RevisionTest.php
SampleTest.php
SanitizerTest.php Add tests for Sanitizer::escapeHtmlAllowEntities 2015-01-15 00:25:24 +01:00
SanitizerValidateEmailTest.php
SiteConfigurationTest.php
StatusTest.php Split StatusValue out of Status class and put it in /libs 2015-02-10 00:39:05 +00:00
TemplateCategoriesTest.php
TestUser.php Fixed spacing 2014-10-30 17:50:19 +01:00
TimeAdjustTest.php
TitleArrayFromResultTest.php
TitleMethodsTest.php Make TitleMethodsTest a LangTestCase 2014-12-30 10:22:56 +01:00
TitlePermissionTest.php Fully replace Title::moveTo() with MovePage 2014-10-28 12:52:36 -07:00
TitleTest.php Set wgMetaNamespace on TitleTest.php 2014-11-26 18:05:30 +01:00
UserArrayFromResultTest.php
UserTest.php Add missing @covers tag 2015-01-13 10:25:41 -08:00
WebRequestTest.php
XmlJsTest.php
XmlSelectTest.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
XmlTest.php