aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/user/TalkPageNotificationManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* rdbms: remove MWLBFactory::applyGlobalState deferred update logicAaron Schulz2024-12-191-0/+2
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Replace db with getDb for TestsWandji692024-06-231-2/+2
* Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz DziewoƄski2024-01-231-1/+1
* tests: Remove explicit clean up for database testsUmherirrender2024-01-201-6/+0
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-1/+0
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* tests: Pass Title to editPage() when already parsedUmherirrender2023-07-151-1/+1
* Migrate assertSelect() to SelectQueryBuilderTim Starling2023-06-281-12/+10
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-1/+2
* user: Clean up most calls to LoadBalancer in user-related servicesAmir Sarabadani2023-06-011-1/+1
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of the new PageUpdateStatusdaniel2022-11-301-1/+1
* Fix core newtalk 304 suppression and update deferralTim Starling2022-03-181-2/+49
* Add convenience methods for asserting status.daniel2022-03-161-1/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-2/+1
* Remove or replace usages of "sanity"Reedy2021-11-211-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Add DummyServicesTrait::getDummyReadOnlyMode()DannyS7122021-07-051-6/+6
* Remove unneeded uses of MediaWikiCoversValidatorDannyS7122021-05-221-1/+0
* Simplify and cleanup TalkPageNotificationManagerTestDannyS7122021-05-121-24/+20
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* EditPage: Add two more constraintsDannyS7122020-11-111-0/+2
* Fix visibility of setUp/tearDownThiemo Kreuz2020-06-161-1/+1
* TalkPageNotificationManager: Undeprecate passing null to setUserHasNewMessagesClara Andrew-Wani2020-05-141-0/+6
* Create TalkPageNotificationManager servicePetr Pchelko2020-05-061-0/+183