api/symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportTest.yaml

32 lines
846 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: SyncTransportTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
- name: MessageBusInterface
type: class
source: Symfony\Component\Messenger\MessageBusInterface
- name: ReceivedStamp
type: class
source: Symfony\Component\Messenger\Stamp\ReceivedStamp
- name: SyncTransport
type: class
source: Symfony\Component\Messenger\Transport\Sync\SyncTransport
properties: []
methods:
- name: testSend
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Messenger\Envelope
- Symfony\Component\Messenger\MessageBusInterface
- Symfony\Component\Messenger\Stamp\ReceivedStamp
- Symfony\Component\Messenger\Transport\Sync\SyncTransport
interfaces: []