mediawiki-extensions-Echo/tests/phpunit
Aaron Schulz 135087430b Make ThankYouEditTest better test updates in web request mode
CLI mode assertions will be enabled once core is updated in order
to avoid circular CI dependencies.

Rename getEditCount() to getPostSaveEditCount() and always add 1
to the count ahead of I50aa9fe9387c9b7b7ff97dfd39a2830bce647db8.
It will be off by 1 in CLI mode before that gets merged, which is
not likely to matter since most edits are via web requests. Even
edits through jobs are wrapped in the same DBO_TRX transactions as
web-requests for WMF sites since we use an HTTP-based job runner.

Change-Id: I33d94c1c54bc266c74c980ef1c73fd99a55c268e
2024-12-05 18:12:01 +00:00
..
Api Use namespaced classes 2024-10-20 00:55:03 +02:00
Cache tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
Controller Merge "Avoid event insertion if possible" 2024-10-30 15:06:30 +00:00
Formatters tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
integration Disallow anonymous non-IP agents, handle truncated names 2024-11-14 11:44:19 +01:00
maintenance Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:05:13 +02:00
Mapper tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
Model tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
revision_txt Ping users mentioned in edit summaries 2018-02-22 12:37:35 -08:00
unit tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
ContainmentSetTest.php Use namespaced classes 2024-10-20 00:55:03 +02:00
DbFactoryTest.php tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
DiscussionParserTest.php DiscussionParser: Don't construct Users with invalid names 2024-11-20 21:04:34 +01:00
EchoHooksTest.php tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
NotificationsTest.php tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
NotificationStructureTest.php tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
NotifUserTest.php tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
ServiceWiringTest.php Use $this->getServiceContainer() in maintenance and tests 2023-11-09 20:18:48 +00:00
SummaryParserTest.php tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
TalkPageFunctionalTest.php Merge "Avoid event insertion if possible" 2024-10-30 15:06:30 +00:00
ThankYouEditTest.php Make ThankYouEditTest better test updates in web request mode 2024-12-05 18:12:01 +00:00
UnreadWikisTest.php tests: Namespace the PHP classes 2024-10-03 20:30:06 +00:00
UserLocatorTest.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:05:13 +02:00