mediawiki-extensions-Echo/tests/phpunit
Michael Holloway 1d31fd753a Push: Submit requests to configured service endpoint
Finishes the implementation of the stubbed NotificationServiceClient.
Sends push notification request messages to the endpoint configured in
the EchoPushServiceBaseUrl setting. For example, to send messages to an
instance of mediawiki/services/push-notifications running on the host
machine while running MediaWiki in Docker, add the following line to
LocalSettings.php:

 $wgEchoPushServiceBaseUrl = 'http://172.17.0.1:8900/v1/message';

Bug: T252899
Change-Id: Icab7825e9080d6b1a4cfc5e12fed1da221ce4610
2020-06-08 13:37:24 +00:00
..
api Add push subscription management 2020-06-02 13:40:00 -04:00
cache Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00
controller Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
formatters Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
integration Push: Submit requests to configured service endpoint 2020-06-08 13:37:24 +00:00
maintenance Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00
mapper Remove hack for PHPUnit's Stub interface 2020-01-23 12:34:48 +00:00
model Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
revision_txt Ping users mentioned in edit summaries 2018-02-22 12:37:35 -08:00
unit Fix push subscription retrieval 2020-06-08 13:58:42 +02:00
AttributeManagerTest.php build: Updating mediawiki/mediawiki-codesniffer to 29.0.0 2020-01-14 05:09:44 +00:00
ContainmentSetTest.php Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
DiscussionParserTest.php tests: Avoid calling Title::__construct 2020-03-14 18:41:08 +00:00
EchoDbFactoryTest.php Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
EchoHooksTest.php Don't override checkmatrix defaults set elsewhere 2018-09-20 17:15:09 -07:00
EchoSummaryParserTest.php Stop using PHPUnit deprecated methods 2020-01-14 15:59:46 +00:00
NotificationsTest.php Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
NotificationStructureTest.php Add a test to validate $wgEchoNotifications 2018-10-10 19:07:04 -07:00
NotifUserTest.php Use absolute class names in @covers tags 2019-10-23 12:23:09 +02:00
TalkPageFunctionalTest.php Add support for watchlist events 2019-12-11 16:39:02 -05:00
ThankYouEditTest.php Prefer strict assertSame() for all numeric assertions 2019-10-23 12:28:30 +02:00
UserLocatorTest.php Merge "Use absolute class names in @covers tags" 2019-10-24 18:37:15 +00:00