platform/api/symfony/Component/Messenger/Tests/Middleware/StackMiddlewareTest.yaml

32 lines
845 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: StackMiddlewareTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
- name: MessageBus
type: class
source: Symfony\Component\Messenger\MessageBus
- name: MiddlewareInterface
type: class
source: Symfony\Component\Messenger\Middleware\MiddlewareInterface
- name: StackInterface
type: class
source: Symfony\Component\Messenger\Middleware\StackInterface
properties: []
methods:
- name: testClone
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Messenger\Envelope
- Symfony\Component\Messenger\MessageBus
- Symfony\Component\Messenger\Middleware\MiddlewareInterface
- Symfony\Component\Messenger\Middleware\StackInterface
interfaces: []