aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/debug/MWDebugTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use namespaced classesUmherirrender2024-10-211-0/+2
* Use MainConfigNames constants in tests where possiblethiemowmde2024-07-101-3/+3
* namespace MWDebugAmir Sarabadani2024-05-031-1/+2
* tests: Add replacement for assertions deprecated in PHPUnit 9.6Daimona Eaytoy2024-02-231-16/+25
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Debugger: Display debug log when $wgShowDebug = trueSébastien Beyou2024-02-141-0/+16
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* MWDebug: Add support for native PHP warnings to "Console"Timo Tijhof2023-10-191-27/+65
* debug: Improve docs, fix ingroup tags, clean up testsTimo Tijhof2023-10-051-43/+15
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* tests: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+4
* Type-hint LinkTargetPetr Pchelko2021-10-211-1/+1
* debug: Return early in wfDeprecated(), and improve docsTimo Tijhof2021-09-021-2/+0
* build: Updating dependencieslibraryupgrader2021-07-221-3/+3
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-3/+2
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* Merge "Emit deprecation warning for deprecated overrides."jenkins-bot2021-01-131-0/+36
|\
| * Emit deprecation warning for deprecated overrides.daniel2021-01-081-0/+36
* | More misc test cleanupDannyS7122020-12-241-1/+1
|/
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Stop accepting ApiMain instances in ApiResult::__constructDaimona Eaytoy2020-03-181-3/+1
* Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-4/+2
* Autofix 94 PHPUnit 8 compat issuesDaimona Eaytoy2019-12-131-1/+1
* Backwards-compatible PHPUnit 8 preparationsMax Semenik2019-11-021-2/+2
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+140
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-140/+0
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Use ::class to resolve class names in testsUmherirrender2018-01-261-2/+2
* Fix MWDebugTest::testAppendDebugInfoToApiResultXmlFormatBrad Jorsch2017-12-081-1/+1
* Fix-up for I52c511be04: call parent setup / teardown methodsOri Livneh2016-05-181-0/+2
* MWDebugTest: disable MWDebug on test teardownOri Livneh2016-05-181-8/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-10/+10
* Use the frame 'type' in wfFormatStackFrame, like MWExceptionHandler::prettyPr...Alex Monk2015-10-141-1/+1
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-2/+1
* Remove profiler support from debugging toolbarChad Horohoe2014-11-171-1/+1
* Indicate the actual version of HHVM in useKevin Israel2014-08-051-1/+1
* Fixed spacingumherirrender2014-07-191-1/+1
* Fix uncaught ApiFormatXml exception with api debuginfoaude2014-06-281-0/+58
* Fixed spacingumherirrender2013-11-211-1/+0
* @covers tags for more test classesaddshore2013-10-241-0/+12
* Fix scope on all /phpunit test methodsaddshore2013-10-241-4/+4
* Update formattingSiebrand Mazeland2013-02-141-9/+11
* tests: always call parent setUpAntoine Musso2012-10-231-0/+2
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-2/+2
* Moved warning stuff into MWDebug class.Alexandre Emsenhuber2012-08-281-0/+5