mediawiki-extensions-Echo/tests/phpunit
Aaron Schulz 9c26779852 Reload the test user instance before checking the edit count
These are updated in deferred updates and should not rely on the same
User instance being used in those updates. This also avoids convoluted
logic in User to set the new edit count for various cases.

Change-Id: I0ad3d17107efc7b0e59f1dd54d5733cd1572a2b7
2018-10-23 11:01:35 -07:00
..
api Remove call to doLogin(), which does nothing 2018-04-11 17:11:27 +03:00
cache Add @group Database to unit test 2018-09-14 22:29:34 +02:00
controller
gateway Don't call count() with a non-countable value 2018-10-12 20:49:42 -07:00
iterator
maintenance
mapper NotificationMapper: Use batching in deleteByUserEventOffset() 2018-08-08 14:57:58 -07:00
model Avoid counting where not necessary 2018-06-26 07:10:38 +00:00
revision_txt Ping users mentioned in edit summaries 2018-02-22 12:37:35 -08:00
AttributeManagerTest.php Split long lines over 140 chars 2018-08-25 12:51:14 +02:00
BundlerTest.php
ContainmentSetTest.php Add @group Database to unit test 2018-09-14 22:29:34 +02:00
DiffParserTest.php Fix common typos in Echo extension 2018-08-14 12:34:43 +01:00
DiscussionParserTest.php Test data providers should never access the database. 2018-09-07 01:24:52 +00:00
EchoDbFactoryTest.php
EchoHooksTest.php Don't override checkmatrix defaults set elsewhere 2018-09-20 17:15:09 -07:00
EchoSummaryParserTest.php Don't ping from user talk links in summary 2018-03-08 14:36:58 -08:00
NotificationsTest.php Move NotificationsTest to tests/phpunit 2018-06-06 19:30:35 +00:00
NotificationStructureTest.php Add a test to validate $wgEchoNotifications 2018-10-10 19:07:04 -07:00
NotifUserTest.php Add missing newlines before "use" sections 2018-08-13 09:29:32 +02:00
TalkPageFunctionalTest.php Add @group Database to unit test 2018-09-14 22:29:34 +02:00
ThankYouEditTest.php Reload the test user instance before checking the edit count 2018-10-23 11:01:35 -07:00
UserLocatorTest.php