api/symfony/Component/Messenger/Tests/Middleware/StackMiddlewareTest.yaml
2024-09-26 02:03:21 -07:00

31 lines
845 B
YAML

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: []