api/symfony/Component/Messenger/Tests/Transport/Receiver/SingleMessageReceiverTest.yaml

32 lines
878 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: SingleMessageReceiverTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
- name: ReceiverInterface
type: class
source: Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface
- name: SingleMessageReceiver
type: class
source: Symfony\Component\Messenger\Transport\Receiver\SingleMessageReceiver
properties: []
methods:
- name: testItReceivesOnlyOneMessage
visibility: public
parameters: []
comment: null
- name: testCallsAreForwarded
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Messenger\Envelope
- Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface
- Symfony\Component\Messenger\Transport\Receiver\SingleMessageReceiver
interfaces: []