wiki.techinc.nl/tests/phpunit/includes
Timo Tijhof 155c8de216 RequestContextTest: Distinguish initial test from restored test
Follows-up f31a046. In failure it's hard to see whether it's the
first or third group of assertions as they were carying the same
name.

Change-Id: I5891754342400155759e797337f8509d4eca39ec
2014-10-15 12:42:45 +00:00
..
actions Merge "Revert "Make an empty "?action=" parameter default to "view""" 2014-10-11 17:23:21 +00:00
api API: Clean up and internationalize pretty-printed output 2014-10-13 16:17:37 -07:00
cache Break long lines 2014-10-14 19:30:43 +00:00
changes Fixed spacing 2014-09-29 20:46:19 +02:00
composer Pass phpcs-strict on some test files (6/11) 2014-04-24 18:26:19 +00:00
config Fixed spacing 2014-09-29 20:46:19 +02:00
content Set content language for ContentHandlerTest::testGetAutosummary 2014-10-01 19:38:32 +00:00
db Merge "Deprecate ORMTable::getFieldPrefix" 2014-10-14 18:28:57 +00:00
debug Indicate the actual version of HHVM in use 2014-08-05 16:36:47 -04:00
deferred Fixed spacing 2014-08-27 18:31:50 +02:00
diff Change @return to start with type 2014-08-20 20:35:41 +02:00
exception test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
filebackend Remove MediaWikiPHPUnitCommand 2014-08-02 21:35:34 +00:00
filerepo Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
GlobalFunctions Add test cases for wfAppendQuery 2014-09-29 22:56:21 +00:00
htmlform Add a few PHPUnit tests for HTMLAutoCompleteSelectField 2014-08-26 12:33:21 -07:00
installer Fix strict warning in FakeDatabasUpdater::setAppliedUpdates 2014-10-13 13:36:09 +00:00
jobqueue Add tests for Job::toString 2014-09-23 21:57:31 +01:00
json FormatJson::parse( TRY_FIXING ) - remove trailing commas 2014-09-27 06:20:36 -04:00
libs CSSMin: Don't generate double rules for IE < 8 when embedding SVG files 2014-09-30 21:19:58 +00:00
logging Call Language::getLocalisationCache() static 2014-01-04 21:33:12 +01:00
mail Merge "Skip MailAddressTest::testNewFromUser on windows" 2014-09-30 22:38:47 +00:00
media Remove explict autoload from phpunit tests 2014-09-27 10:38:58 +02:00
normal test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
objectcache MediaWikiTestCase: Enforce children call parent::tearDown 2014-09-14 21:21:40 +02:00
parser test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
password Strict standards: Static function PasswordTestCase::providePasswordTests() should not be abstract 2014-09-20 19:17:02 +02:00
poolcounter Break some long lines in maintenance, skins, tests 2014-07-24 19:03:17 +02:00
resourceloader Make "/*@noflip*/ /*@embed*/" annotation work without CSSJanus hacks 2014-09-23 22:47:54 +00:00
search MediaWikiTestCase: Centralise insertPage() logic from SearchEngineTest 2014-09-22 14:56:32 -07:00
site Merge "Add at least one RTL language to the TestSites mock collection" 2014-07-29 09:44:00 +00:00
skins Fixed spacing 2014-08-27 18:31:50 +02:00
specialpage Fix SpecialPageFactory list handling 2014-10-01 13:58:08 -04:00
specials Special:BookSources: Correct validation of ISBNs containing X 2014-10-01 19:14:39 +00:00
title test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
upload UploadBaseTest: Use setMwGlobals() instead of juggling globals 2014-10-07 05:13:32 +02:00
utils MWCryptHKDFTest: Mock $wgSecretKey to ensure atomicity 2014-10-07 05:22:37 +02:00
ArrayUtilsTest.php Fixed spacing 2014-07-20 21:41:41 +02:00
ArticleTablesTest.php ArticleTablesTest: Clarify test name and docs 2014-09-04 22:29:03 +00:00
ArticleTest.php Add deprecation messages to static methods in Article.php 2014-06-24 12:47:58 -07:00
BlockTest.php Pass phpcs-strict on some test files (1/x) 2014-04-24 17:05:32 +02:00
CollationTest.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
DiffHistoryBlobTest.php Replace a bunch of extension_loaded() checks with checkPHPExtension() 2014-01-23 23:09:53 +00:00
EditPageTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
ExternalStoreTest.php Pass phpcs-strict on some test files (1/x) 2014-04-24 17:05:32 +02:00
ExtraParserTest.php Pass phpcs-strict on some test files (1/x) 2014-04-24 17:05:32 +02:00
FallbackTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
FauxRequestTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
FauxResponseTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
FormOptionsInitializationTest.php @covers tags for inclues/*Test 2013-10-24 11:54:02 +01:00
FormOptionsTest.php FormOptions: Implement FLOAT type 2013-11-07 23:50:59 +01:00
GitInfoTest.php Fix GitInfoTest::testValidJsonData on windows 2014-09-30 20:44:45 +00:00
HooksTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
HtmlFormatterTest.php Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
HtmlTest.php Add blanket support for mediawiki ui via globals 2014-08-15 14:48:00 -07:00
HttpTest.php HttpTest: Update cURL constants array 2014-10-07 22:21:16 +00:00
ImagePage404Test.php Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
ImagePageTest.php Correct variable names in @param to match method declarations 2014-08-13 21:48:28 +02:00
ImportTest.php Add missing @param to function docs 2014-08-18 16:24:59 +00:00
LanguageConverterTest.php @covers tags for inclues/*Test 2013-10-24 11:54:02 +01:00
LicensesTest.php @covers tags for unit tests 2013-10-24 18:22:57 +01:00
LinkerTest.php PHPUnit: Add Database tags 2014-09-16 18:42:27 -07:00
LinkFilterTest.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
LinksUpdateTest.php Fixed spacing 2014-07-19 23:12:10 +02:00
LocalFileTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
MediaWikiVersionFetcherTest.php Fixed spacing 2014-03-20 20:37:30 +00:00
MessageTest.php Introduce Message::plaintextParam 2014-09-30 12:51:29 -07:00
MimeMagicTest.php Cleanup some docs (tests) 2014-08-11 20:06:52 +02:00
MovePageTest.php Move non-user specific things from Title::isValidMoveOperation() to MovePage 2014-09-19 20:11:59 +00:00
MWFunctionTest.php @covers tags for more test classes 2013-10-24 20:35:04 +01:00
MWNamespaceTest.php Standardize @todo 2014-07-23 22:27:20 +02:00
MWTimestampTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
OutputPageTest.php resourceloader: Condition-wrap the HTML tag instead of JS response 2014-09-09 15:54:16 +00:00
PasswordTest.php PasswordFactory::newFromPlaintext( null ) needs to work 2014-09-29 21:42:33 +00:00
PathRouterTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
PreferencesTest.php Fixed spacing 2013-12-01 20:58:51 +01:00
PrefixSearchTest.php PrefixSearch: Enforce including the exact match as first result 2014-10-10 19:32:09 +00:00
RequestContextTest.php RequestContextTest: Distinguish initial test from restored test 2014-10-15 12:42:45 +00:00
RevisionStorageTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
RevisionStorageTestContentHandlerUseDB.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
RevisionTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
SampleTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
SanitizerTest.php Remove explict autoload from phpunit tests 2014-09-27 10:38:58 +02:00
SanitizerValidateEmailTest.php Standardize @todo 2014-07-23 22:27:20 +02:00
SiteConfigurationTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
SpecialPageTest.php Make UserNotLoggedIn redirect to login page 2014-08-07 13:38:16 -04:00
StatusTest.php Change @return to start with type 2014-08-20 20:35:41 +02:00
TemplateCategoriesTest.php Add a RefreshLinks job when a template is deleted 2013-11-06 12:56:53 -05:00
TestUser.php Pass phpcs-strict on some test files (4/x) 2014-04-24 18:51:42 +02:00
TimeAdjustTest.php Fixed spacing 2014-07-19 23:12:10 +02:00
TitleArrayFromResultTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
TitleMethodsTest.php Remove colon after @deprecated/@param/@todo/@note 2014-07-24 11:30:25 +02:00
TitlePermissionTest.php Break long lines 2014-10-14 19:30:43 +00:00
TitleTest.php Improve test coverage of Title::isValidMoveOperation 2014-09-19 19:23:19 +00:00
UserArrayFromResultTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
UserTest.php UserTest: Fix edit count test which incorrectly added user to db 2014-09-20 23:57:35 +02:00
WebRequestTest.php Fixed spacing 2014-07-20 21:41:41 +02:00
WikiPageTest.php Limit test leakage, $wgCapitalLinks expected to be true 2014-07-07 16:54:35 -07:00
WikiPageTestContentHandlerUseDB.php Pass phpcs-strict on some test files (4/x) 2014-04-24 18:51:42 +02:00
XmlJsTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
XmlSelectTest.php Pass phpcs-strict on some test files (4/x) 2014-04-24 18:51:42 +02:00
XmlTest.php Add blanket support for mediawiki ui via globals 2014-08-15 14:48:00 -07:00
XmlTypeCheckTest.php Add more @covers tags and test cleanup 2013-10-22 08:59:42 +00:00