platform/api/symfony/Component/Messenger/Tests/Command/ConsumeMessagesCommandTest.yaml
2024-09-02 10:44:11 -07:00

129 lines
4 KiB
YAML

name: ConsumeMessagesCommandTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Application
type: class
source: Symfony\Component\Console\Application
- name: InvalidOptionException
type: class
source: Symfony\Component\Console\Exception\InvalidOptionException
- name: CommandCompletionTester
type: class
source: Symfony\Component\Console\Tester\CommandCompletionTester
- name: CommandTester
type: class
source: Symfony\Component\Console\Tester\CommandTester
- name: Container
type: class
source: Symfony\Component\DependencyInjection\Container
- name: ServiceLocator
type: class
source: Symfony\Component\DependencyInjection\ServiceLocator
- name: EventDispatcher
type: class
source: Symfony\Component\EventDispatcher\EventDispatcher
- name: EventDispatcherInterface
type: class
source: Symfony\Component\EventDispatcher\EventDispatcherInterface
- name: ServicesResetter
type: class
source: Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
- name: ConsumeMessagesCommand
type: class
source: Symfony\Component\Messenger\Command\ConsumeMessagesCommand
- name: Envelope
type: class
source: Symfony\Component\Messenger\Envelope
- name: ResetServicesListener
type: class
source: Symfony\Component\Messenger\EventListener\ResetServicesListener
- name: MessageBusInterface
type: class
source: Symfony\Component\Messenger\MessageBusInterface
- name: RoutableMessageBus
type: class
source: Symfony\Component\Messenger\RoutableMessageBus
- name: BusNameStamp
type: class
source: Symfony\Component\Messenger\Stamp\BusNameStamp
- name: ResettableDummyReceiver
type: class
source: Symfony\Component\Messenger\Tests\Fixtures\ResettableDummyReceiver
- name: ReceiverInterface
type: class
source: Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface
properties: []
methods:
- name: testConfigurationWithDefaultReceiver
visibility: public
parameters: []
comment: null
- name: testBasicRun
visibility: public
parameters: []
comment: null
- name: testRunWithBusOption
visibility: public
parameters: []
comment: null
- name: provideRunWithResetServicesOption
visibility: public
parameters: []
comment: null
- name: testRunWithResetServicesOption
visibility: public
parameters:
- name: shouldReset
comment: '# * @dataProvider provideRunWithResetServicesOption'
- name: testRunWithInvalidOption
visibility: public
parameters:
- name: option
- name: value
- name: expectedMessage
comment: '# * @dataProvider getInvalidOptions'
- name: getInvalidOptions
visibility: public
parameters: []
comment: null
- name: testRunWithTimeLimit
visibility: public
parameters: []
comment: null
- name: testRunWithAllOption
visibility: public
parameters: []
comment: null
- name: testComplete
visibility: public
parameters:
- name: input
- name: expectedSuggestions
comment: '# * @dataProvider provideCompletionSuggestions'
- name: provideCompletionSuggestions
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\Application
- Symfony\Component\Console\Exception\InvalidOptionException
- Symfony\Component\Console\Tester\CommandCompletionTester
- Symfony\Component\Console\Tester\CommandTester
- Symfony\Component\DependencyInjection\Container
- Symfony\Component\DependencyInjection\ServiceLocator
- Symfony\Component\EventDispatcher\EventDispatcher
- Symfony\Component\EventDispatcher\EventDispatcherInterface
- Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
- Symfony\Component\Messenger\Command\ConsumeMessagesCommand
- Symfony\Component\Messenger\Envelope
- Symfony\Component\Messenger\EventListener\ResetServicesListener
- Symfony\Component\Messenger\MessageBusInterface
- Symfony\Component\Messenger\RoutableMessageBus
- Symfony\Component\Messenger\Stamp\BusNameStamp
- Symfony\Component\Messenger\Tests\Fixtures\ResettableDummyReceiver
- Symfony\Component\Messenger\Transport\Receiver\ReceiverInterface
interfaces: []