mediawiki-extensions-Echo/tests/phpunit
Stephane Bisson 61a839315a Use echo_event.event_page_id to find events to moderate
When pages are deleted or undeleted, their associated
Echo notifications also need to be marked as deleted
or undeleted. This is done by looking up the
echo_target_page table.

With this change, echo_event.event_page_id is also included
in the search. This way, all the events that don't use
target pages are also moderated when needed.

Bug: T217452
Change-Id: I277fca68ce088ab564e76ed9dfb2134ab3be4c4a
2019-04-11 10:48:49 -04:00
..
api Add method scope visibility 2018-11-02 18:47:39 +01:00
cache Add @group Database to unit test 2018-09-14 22:29:34 +02:00
controller Prefer the …::class feature over hard-coded strings in all tests 2019-02-19 14:35:14 +00:00
formatters Email: embed icons as data uri 2019-04-10 13:33:50 -04:00
gateway Mock IDatabase instead of DatabaseMysqli 2019-04-07 23:29:03 +00:00
iterator Add @covers tags 2018-01-23 16:44:45 -08:00
maintenance Prefer the …::class feature over hard-coded strings in all tests 2019-02-19 14:35:14 +00:00
mapper Use echo_event.event_page_id to find events to moderate 2019-04-11 10:48:49 -04:00
model Remove notification_bundle_display_hash 2019-03-06 10:29:05 -08:00
revision_txt Ping users mentioned in edit summaries 2018-02-22 12:37:35 -08:00
AttributeManagerTest.php Prefer the …::class feature over hard-coded strings in all tests 2019-02-19 14:35:14 +00:00
BundlerTest.php Prefer the …::class feature over hard-coded strings in all tests 2019-02-19 14:35:14 +00:00
ContainmentSetTest.php Merge "Convert caching to WANObjectCache" 2019-03-04 15:06:35 +00:00
DiffParserTest.php Fix common typos in Echo extension 2018-08-14 12:34:43 +01:00
DiscussionParserTest.php Re-enable DiscussionParser tests 2019-03-27 17:38:01 -04:00
EchoDbFactoryTest.php Prefer the …::class feature over hard-coded strings in all tests 2019-02-19 14:35:14 +00:00
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 Mock IDatabase instead of DatabaseMysqli 2019-04-07 23:29:03 +00:00
TalkPageFunctionalTest.php Use explicit columns and avoid SELECT * 2019-03-02 22:39:53 +01:00
ThankYouEditTest.php Reload the test user instance before checking the edit count 2018-10-23 11:01:35 -07:00
UserLocatorTest.php Prefer the …::class feature over hard-coded strings in all tests 2019-02-19 14:35:14 +00:00