56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
|
name: RoutableMessageBusTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: Container
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Container
|
||
|
- name: Envelope
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Envelope
|
||
|
- name: InvalidArgumentException
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Exception\InvalidArgumentException
|
||
|
- name: MessageBusInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\MessageBusInterface
|
||
|
- name: RoutableMessageBus
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\RoutableMessageBus
|
||
|
- name: BusNameStamp
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Stamp\BusNameStamp
|
||
|
- name: DelayStamp
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Stamp\DelayStamp
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testItRoutesToTheCorrectBus
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testItRoutesToDefaultBus
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testItExceptionOnBusNotFound
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testItExceptionOnDefaultBusNotFound
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\DependencyInjection\Container
|
||
|
- Symfony\Component\Messenger\Envelope
|
||
|
- Symfony\Component\Messenger\Exception\InvalidArgumentException
|
||
|
- Symfony\Component\Messenger\MessageBusInterface
|
||
|
- Symfony\Component\Messenger\RoutableMessageBus
|
||
|
- Symfony\Component\Messenger\Stamp\BusNameStamp
|
||
|
- Symfony\Component\Messenger\Stamp\DelayStamp
|
||
|
interfaces: []
|