aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/mail/MailAddressTest.php
Commit message (Expand)AuthorAgeFilesLines
* mail: Improve docs, fix file headers, widen `@covers`Timo Tijhof2024-05-101-9/+4
* Remove meaningless constructor teststhiemowmde2024-05-061-7/+0
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-5/+5
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* tests: Make some PHPUnit data providers staticUmherirrender2023-05-201-1/+1
* mail: Round 2 of EmailUser refactoringDaimona Eaytoy2023-05-171-0/+17
* Remove access to config globals from more classesdaniel2022-04-281-0/+83
* Make MailAddressTest a unit testDannyS7122021-07-231-73/+0
* Use UserIdentityValue in tests where possibleThiemo Kreuz2021-04-221-9/+3
* Convert mail namespace to Authority/UserIdentityPetr Pchelko2021-04-011-2/+4
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* mail: Always quote uncoded names in MailAddressAlexia E. Smith2018-04-241-6/+11
* Use ::class to resolve class names in testsUmherirrender2018-01-261-3/+3
* phpunit: Avoid use of deprecated getMock for PHPUnit 5 compatTimo Tijhof2017-04-061-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-10/+10
* Fix Generic.Files.LineLength phpcs check in files under phpunit/includesAmir E. Aharoni2015-10-031-3/+9
* Merge "Skip MailAddressTest::testNewFromUser on windows"jenkins-bot2014-09-301-0/+3
|\
| * Skip MailAddressTest::testNewFromUser on windowsumherirrender2014-09-271-0/+3
* | Fixed spacingumherirrender2014-09-291-2/+1
|/
* Improve coverage of MailAddress::toString()Kunal Mehta2014-09-211-0/+1
* Add MailAddress::newFromUser()Kunal Mehta2014-09-141-0/+25
* Add tests for MailAddressKunal Mehta2014-09-141-0/+38