mediawiki-extensions-Echo/tests/phpunit/mapper
Roan Kattouw 0e4f4ffad9 Proactively delete echo_event rows when they become orphaned
When deleting echo_notification or echo_email_batch rows, also delete
the corresponding echo_event rows if no other echo_notification rows
or echo_email_batch rows refer to them.

Bug: T221262
Change-Id: I416ff107bd000a0cfac102408c993f8bec2d0286
2019-05-01 11:23:27 -07:00
..
AbstractMapperTest.php Add type hints and remove unused code from tests 2019-02-20 19:16:33 +00:00
EchoAbstractMapperStub.php Fix multiple PHP class declarations in one file in tests 2018-01-22 16:27:07 +02:00
EchoExecuteFirstArgumentStub.php Fix multiple PHP class declarations in one file in tests 2018-01-22 16:27:07 +02:00
EventMapperTest.php Use echo_event.event_page_id to find events to moderate 2019-04-11 10:48:49 -04:00
NotificationMapperTest.php Proactively delete echo_event rows when they become orphaned 2019-05-01 11:23:27 -07:00
TargetPageMapperTest.php Mock IDatabase instead of DatabaseMysqli 2019-04-07 23:29:03 +00:00