platform/api/symfony/Component/Console/Tests/ConsoleEventsTest.yaml
2024-09-02 10:44:11 -07:00

95 lines
2.8 KiB
YAML

name: ConsoleEventsTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Application
type: class
source: Symfony\Component\Console\Application
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
- name: Command
type: class
source: Symfony\Component\Console\Command\Command
- name: ConsoleEvents
type: class
source: Symfony\Component\Console\ConsoleEvents
- name: ConsoleCommandEvent
type: class
source: Symfony\Component\Console\Event\ConsoleCommandEvent
- name: ConsoleErrorEvent
type: class
source: Symfony\Component\Console\Event\ConsoleErrorEvent
- name: ConsoleTerminateEvent
type: class
source: Symfony\Component\Console\Event\ConsoleTerminateEvent
- name: InputInterface
type: class
source: Symfony\Component\Console\Input\InputInterface
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
- name: ApplicationTester
type: class
source: Symfony\Component\Console\Tester\ApplicationTester
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: Reference
type: class
source: Symfony\Component\DependencyInjection\Reference
- name: RegisterListenersPass
type: class
source: Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass
- name: EventDispatcher
type: class
source: Symfony\Component\EventDispatcher\EventDispatcher
- name: EventSubscriberInterface
type: class
source: Symfony\Component\EventDispatcher\EventSubscriberInterface
properties: []
methods:
- name: tearDown
visibility: protected
parameters: []
comment: null
- name: testEventAliases
visibility: public
parameters: []
comment: null
- name: getSubscribedEvents
visibility: public
parameters: []
comment: null
- name: observe
visibility: public
parameters:
- name: event
comment: null
- name: execute
visibility: protected
parameters:
- name: input
- name: output
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\Application
- Symfony\Component\Console\Attribute\AsCommand
- Symfony\Component\Console\Command\Command
- Symfony\Component\Console\ConsoleEvents
- Symfony\Component\Console\Event\ConsoleCommandEvent
- Symfony\Component\Console\Event\ConsoleErrorEvent
- Symfony\Component\Console\Event\ConsoleTerminateEvent
- Symfony\Component\Console\Input\InputInterface
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Component\Console\Tester\ApplicationTester
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Reference
- Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass
- Symfony\Component\EventDispatcher\EventDispatcher
- Symfony\Component\EventDispatcher\EventSubscriberInterface
interfaces:
- EventSubscriberInterface