aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/StatusTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-1140/+0
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-11/+12
* Status::getPsr3MessageAndContext: Special-case rawmessageGergő Tisza2023-04-051-3/+20
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-2/+2
* Status: Add method for PSR-3 formatting of status objectsGergő Tisza2023-02-171-0/+65
* Add StatusValue::hasMessagesExcept()Gergő Tisza2023-02-071-0/+18
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Make StatusValue accept MessageValue.daniel2022-09-011-2/+6
* StatusValue: include type in toString outputdaniel2022-06-101-0/+5
* UserAuthority: Fix wikitext escaping for block errorsTaavi Väänänen2022-05-041-0/+14
* Add convenience methods for asserting status.daniel2022-03-161-2/+13
* Clean up tests that misused the parameters of assertSame/EqualsFunc2022-02-081-4/+4
* StatusValue: improve toString formattingGergő Tisza2021-11-251-0/+16
* Use correct default value when calling Status::getWikiTextUmherirrender2021-10-161-1/+1
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* Fix spacing after yield and use statementsUmherirrender2021-03-261-1/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* Tests: Mark more closures as staticReedy2021-02-071-3/+3
* Status/StatusValue errors/warnings should be uniqueCindy Cicalese2021-02-061-0/+234
* build: Update mediawiki/mediawiki-codesniffer to 35.0.0Umherirrender2021-01-311-3/+3
* [StatusTest] Replace ReflectionMethod with TestingAccessWrapperUmherirrender2020-10-301-17/+10
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-4/+0
* Add getMockMessage to MediaWikiTestCaseTraitKosta Harlan2020-05-201-17/+1
* phpunit: Change optional params before required params to also be requiredMax Semenik2020-03-291-1/+1
* Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-1/+1
* Autofix 94 PHPUnit 8 compat issuesDaimona Eaytoy2019-12-131-1/+1
* Do not run wfEscapeWikiText on array in Status classUmherirrender2019-12-021-0/+17
* Allow injecting a message localizer into StatusGergő Tisza2019-10-301-0/+22
* Make Status::wrap and StatusValue::splitByErrorType work togetherGergő Tisza2019-10-071-0/+20
* tests: Replace PHPUnit's loose assertEquals(false) with assertFalse()Thiemo Kreuz2019-10-041-1/+1
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-1/+1
* RFC T157418: Trim whitespace in table cells, list items, headingsSubramanya Sastry2018-03-161-4/+4
* Use ::class to resolve class names in testsUmherirrender2018-01-261-11/+11
* Remove useless StatusTest::testCanConstruct()Kunal Mehta2017-12-281-5/+0
* tests: Fix invalid @covers value in StatusTest.phpTimo Tijhof2016-09-221-8/+25
* Show warnings in HTMLForm and warnings as warnings on Login/Signup formFlorian2016-09-171-0/+62
* Make non-existent messages be html safe regardless of output formatBrian Wolff2016-06-291-8/+8
* Allow passing a language into Status::getWikiText() etc.Brad Jorsch2016-03-091-26/+57
* Fix use of RawMessage in Status::getMessage()Brad Jorsch2016-03-021-8/+30
* Convert all array() syntax to []Kunal Mehta2016-02-171-88/+88
* Switch name to username in @author tagsaddshore2016-01-271-1/+1
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-8/+8
* StatusTest.php: Make lines shorter to make phpcs happierAmir E. Aharoni2015-09-261-1/+10
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-2/+2
* Fix magic getter for $status->okMark Holmquist2015-02-141-0/+11
* Split StatusValue out of Status class and put it in /libsAaron Schulz2015-02-101-1/+3
* Change @return to start with typeumherirrender2014-08-201-2/+2
* Cleanup some docs (tests)umherirrender2014-08-111-1/+1
* Fixed spacingumherirrender2014-07-241-11/+11