This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Notifier
Fabien Potencier a6527464e7 minor #34539 [Notifier] Add telegram tests (Jeroeny)
This PR was squashed before being merged into the 5.0 branch (closes #34539).

Discussion
----------

[Notifier] Add telegram tests

| Q             | A
| ------------- | ---
| Branch?       | 5.0
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | See #33687
| License       | MIT

Adds tests for the Telegram bridge of the Notifier component. Not sure if this is the right way to go, but would love some feedback.

#SymfonyHackday

Commits
-------

3b4d83cb4a [Notifier] Add telegram tests
2019-11-30 19:15:43 +01:00
..
Bridge minor #34539 [Notifier] Add telegram tests (Jeroeny) 2019-11-30 19:15:43 +01:00
Channel [Notifier] added the component 2019-10-05 12:48:03 +02:00
DataCollector Remove \Throwable support deprecation layer 2019-11-08 10:00:49 +01:00
Event [Notifier] added the component 2019-10-05 12:48:03 +02:00
EventListener [Notifier] added the component 2019-10-05 12:48:03 +02:00
Exception [Notifier] added the component 2019-10-05 12:48:03 +02:00
Message [Notifier] added the component 2019-10-05 12:48:03 +02:00
Messenger [Notifier] added the component 2019-10-05 12:48:03 +02:00
Notification Last cleanups before beta 2019-11-12 12:24:05 +01:00
Recipient Last cleanups before beta 2019-11-12 12:24:05 +01:00
Transport [Notifier] added the component 2019-10-05 12:48:03 +02:00
.gitattributes Merge branch '4.4' 2019-10-22 19:21:12 +02:00
.gitignore [Notifier] added the component 2019-10-05 12:48:03 +02:00
CHANGELOG.md [Notifier] added the component 2019-10-05 12:48:03 +02:00
Chatter.php [Notifier] added the component 2019-10-05 12:48:03 +02:00
ChatterInterface.php [Notifier] added the component 2019-10-05 12:48:03 +02:00
composer.json Allow PHP ^7.2.5 2019-11-18 18:27:11 +01:00
LICENSE [Notifier] added the component 2019-10-05 12:48:03 +02:00
Notifier.php [Notifier] Defaults to NoNotifier when sending a notification without recipients 2019-10-24 14:02:09 +02:00
NotifierInterface.php [Notifier] added the component 2019-10-05 12:48:03 +02:00
phpunit.xml.dist [Notifier] added the component 2019-10-05 12:48:03 +02:00
README.md [Notifier] added the component 2019-10-05 12:48:03 +02:00
Texter.php [Notifier] added the component 2019-10-05 12:48:03 +02:00
TexterInterface.php [Notifier] added the component 2019-10-05 12:48:03 +02:00
Transport.php [Notifier] added the component 2019-10-05 12:48:03 +02:00

Notifier Component

The Notifier component sends notifications via one or more channels (email, SMS, ...).

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources