api/symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/PostmarkRequestParserTest.yaml
2024-09-26 02:03:21 -07:00

27 lines
966 B
YAML

name: PostmarkRequestParserTest
class_comment: null
dependencies:
- name: PostmarkPayloadConverter
type: class
source: Symfony\Component\Mailer\Bridge\Postmark\RemoteEvent\PostmarkPayloadConverter
- name: PostmarkRequestParser
type: class
source: Symfony\Component\Mailer\Bridge\Postmark\Webhook\PostmarkRequestParser
- name: RequestParserInterface
type: class
source: Symfony\Component\Webhook\Client\RequestParserInterface
- name: AbstractRequestParserTestCase
type: class
source: Symfony\Component\Webhook\Test\AbstractRequestParserTestCase
properties: []
methods:
- name: createRequestParser
visibility: protected
parameters: []
comment: null
traits:
- Symfony\Component\Mailer\Bridge\Postmark\RemoteEvent\PostmarkPayloadConverter
- Symfony\Component\Mailer\Bridge\Postmark\Webhook\PostmarkRequestParser
- Symfony\Component\Webhook\Client\RequestParserInterface
- Symfony\Component\Webhook\Test\AbstractRequestParserTestCase
interfaces: []