platform/api/symfony/Bundle/FrameworkBundle/Tests/Command/EventDispatcherDebugCommandTest.yaml
2024-09-02 10:44:11 -07:00

45 lines
1.3 KiB
YAML

name: EventDispatcherDebugCommandTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: EventDispatcherDebugCommand
type: class
source: Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
- name: CommandCompletionTester
type: class
source: Symfony\Component\Console\Tester\CommandCompletionTester
- name: ServiceLocator
type: class
source: Symfony\Component\DependencyInjection\ServiceLocator
- name: EventDispatcher
type: class
source: Symfony\Component\EventDispatcher\EventDispatcher
- name: MessageEvent
type: class
source: Symfony\Component\Mailer\Event\MessageEvent
properties: []
methods:
- name: testComplete
visibility: public
parameters:
- name: input
- name: expectedSuggestions
comment: '# * @dataProvider provideCompletionSuggestions'
- name: provideCompletionSuggestions
visibility: public
parameters: []
comment: null
- name: createCommandCompletionTester
visibility: private
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
- Symfony\Component\Console\Tester\CommandCompletionTester
- Symfony\Component\DependencyInjection\ServiceLocator
- Symfony\Component\EventDispatcher\EventDispatcher
- Symfony\Component\Mailer\Event\MessageEvent
interfaces: []