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

41 lines
1,000 B
YAML

name: HandleDescriptorTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: HandlerDescriptor
type: class
source: Symfony\Component\Messenger\Handler\HandlerDescriptor
- name: DummyCommandHandler
type: class
source: Symfony\Component\Messenger\Tests\Fixtures\DummyCommandHandler
properties: []
methods:
- name: testDescriptorNames
visibility: public
parameters:
- name: handler
- name: expectedHandlerString
comment: '# * @dataProvider provideHandlers'
- name: provideHandlers
visibility: public
parameters: []
comment: null
- name: __invoke
visibility: public
parameters: []
comment: null
- name: testGetOptions
visibility: public
parameters: []
comment: null
- name: handle
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Messenger\Handler\HandlerDescriptor
- Symfony\Component\Messenger\Tests\Fixtures\DummyCommandHandler
interfaces: []