aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/exception/BadTitleErrorTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove error printing in MWExceptionBartosz Dziewoński2024-04-251-2/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Deprecate error printing in MWExceptionBartosz Dziewoński2024-01-101-0/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+3
* Replace trivial usa of mock builder with createMock() shortcutThiemo Kreuz2022-07-151-3/+1
* Use HTTP 404 for BadTitleErrors instead of HTTP 400Kunal Mehta2022-02-271-1/+1
* Remove sepate getMockWgOut() method in exception testsDannyS7122021-03-081-11/+8
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Fix most PHPUnit 8 compat issues in DBless testsDaimona Eaytoy2019-12-151-1/+1
* Don't write exceptions to STDERR from BadTitleErrorTest or ThrottledErrorTestBrad Jorsch2018-02-161-1/+3
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* Switch name to username in @author tagsaddshore2016-01-271-1/+1
* Use setMwGlobals on execption testsumherirrender2014-11-131-16/+1
* Fixed spacingumherirrender2014-03-201-3/+2
* Add test for BadTitleError exceptionaddshore2014-02-251-0/+44