aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/MediaWikiUnitTestCase.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use a constant in MediaWikiUnitTestCaseUmherirrender2024-12-181-20/+16
* tests: Add missing documentation to class propertiesUmherirrender2024-09-181-0/+2
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+1
* tests: Use namespaced classes (2)Umherirrender2024-06-131-0/+1
* Tests: enable non-integration tests to use TitleFactory service.daniel2024-04-251-0/+72
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+3
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* SettingsBuilder: prevent access to the global instance in unit testsDaimona Eaytoy2023-09-121-0/+3
* phpunit: Prevent access to ExtensionRegistry in unit testsDaimona Eaytoy2023-09-121-0/+2
* deferred: Decouple DeferredUpdates from MediaWikiServicesTimo Tijhof2023-09-091-0/+3
* phpunit: Disallow access to MediaWikiServices in unit testsDaimona Eaytoy2023-08-111-0/+6
* AutoLoader: Drop support for $wgAutoloadAttemptLowercaseKevin Israel2022-12-041-1/+0
* Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-1/+1
* phpunit: Restore unreachable codeKosta Harlan2022-07-121-5/+5
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* phpunit: Include DevelopmentSettings for `composer phpunit:unit`Antoine Musso2021-10-021-0/+3
* build: Updating dependencieslibraryupgrader2021-07-221-3/+3
* Fix some @stable for ... annotations to use @stable to ...DannyS7122021-07-081-1/+1
* Use @before/@after in MediaWikiIntegrationTestCase/MediaWikiUnitTestCaseUmherirrender2021-04-271-12/+9
* tests: Avoid problematic language in comments and internal codeJames D. Forrester2021-03-281-3/+3
* Fix some unit tests accessing MediaWikiServicesDaimona Eaytoy2020-11-121-18/+0
* Handle CORS preflight request and prevent anon users from unsafe methodsDavid Barratt2020-09-211-0/+2
* Annotate extensible classes.daniel2020-07-091-0/+10
* Merge "Add getMockMessage to MediaWikiTestCaseTrait"jenkins-bot2020-06-031-29/+0
|\
| * Add getMockMessage to MediaWikiTestCaseTraitKosta Harlan2020-05-201-29/+0
* | Fix a plethora of class and function call case mismatchesReedy2020-05-261-1/+1
|/
* Update setTemporaryHook() to use scopedRegister()Nikki Nikkhoui2020-05-111-8/+11
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* phpunit: Remove 6And8Compat trait from base classesDaimona Eaytoy2019-11-211-1/+0
* Add PHPUnit6And8Compat traitMax Semenik2019-11-191-0/+1
* Remove PHPUnit4And6Compat from Test classesDaimona Eaytoy2019-11-101-1/+0
* Backwards-compatible PHPUnit 8 preparationsMax Semenik2019-11-021-2/+2
* Merge "tests: Add explicit return type void to setUp() and tearDown()"jenkins-bot2019-11-011-1/+1
|\
| * tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* | Merge "Make deprecated methods fail in unit tests."jenkins-bot2019-10-311-1/+2
|\ \ | |/ |/|
| * Make deprecated methods fail in unit tests.daniel2019-10-311-1/+2
* | Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-0/+7
|/
* Split some Language methods to LanguageNameUtilsAryeh Gregor2019-10-071-1/+2
* HHVM removal: Kill HHVM_VERSION checks in PHPUnit testsDaimona Eaytoy2019-10-031-29/+15
* Merge "Unit tests: Whitelist global so LoggerFactory doesn't explode"jenkins-bot2019-09-061-6/+23
|\
| * Unit tests: Whitelist global so LoggerFactory doesn't explodeKosta Harlan2019-09-061-6/+23
* | Tests: Provide clearer error when config is accessed via unit testKosta Harlan2019-09-051-0/+17
|/
* phpunit: Repair GLOBALS reset in MediaWikiUnitTestCaseTimo Tijhof2019-09-021-13/+72
* Permit case independent unit test directoriesmainframe982019-09-011-1/+1
* Add UnknownContentHandler.daniel2019-08-291-0/+30
* BadFileLookup to replace wfIsBadImageAryeh Gregor2019-08-211-1/+19
* MediaWikiUnitTestCase: Use DIRECTORY_SEPARATOR instead of `/`RazeSoldier2019-07-191-1/+2
* PHPUnit bootstrap: less aggressive unsetting of globalsKosta Harlan2019-07-101-2/+2
* Unset all globals unneeded for unit tests, assert correct directoryAmir Sarabadani2019-07-091-0/+22
* Remove group validator from UnitTestCaseKosta Harlan2019-07-011-12/+0