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