107 lines
3.3 KiB
YAML
107 lines
3.3 KiB
YAML
name: FailedMessagesRemoveCommandTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: RuntimeException
|
|
type: class
|
|
source: Symfony\Component\Console\Exception\RuntimeException
|
|
- name: CommandCompletionTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandCompletionTester
|
|
- name: CommandTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandTester
|
|
- name: ServiceLocator
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ServiceLocator
|
|
- name: DoctrineReceiver
|
|
type: class
|
|
source: Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineReceiver
|
|
- name: FailedMessagesRemoveCommand
|
|
type: class
|
|
source: Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
|
|
- name: Envelope
|
|
type: class
|
|
source: Symfony\Component\Messenger\Envelope
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Messenger\Exception\InvalidArgumentException
|
|
- name: TransportMessageIdStamp
|
|
type: class
|
|
source: Symfony\Component\Messenger\Stamp\TransportMessageIdStamp
|
|
- name: ListableReceiverInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\Receiver\ListableReceiverInterface
|
|
properties: []
|
|
methods:
|
|
- name: testRemoveSingleMessageWithServiceLocator
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRemoveUniqueMessageWithServiceLocator
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRemoveUniqueMessageWithServiceLocatorFromSpecificFailureTransport
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testThrowExceptionIfFailureTransportNotDefinedWithServiceLocator
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRemoveMultipleMessagesWithServiceLocator
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRemoveMultipleMessagesAndDisplayMessagesWithServiceLocator
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testCompletingTransport
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testCompleteId
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testCompleteIdWithSpecifiedTransport
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testOptionAllIsSetWithIdsThrows
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testOptionAllIsSetWithoutForceAsksConfirmation
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testOptionAllIsSetWithoutForceAsksConfirmationOnMessageCountAwareInterface
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testOptionAllIsNotSetNorIdsThrows
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testRemoveAllMessages
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Console\Exception\RuntimeException
|
|
- Symfony\Component\Console\Tester\CommandCompletionTester
|
|
- Symfony\Component\Console\Tester\CommandTester
|
|
- Symfony\Component\DependencyInjection\ServiceLocator
|
|
- Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineReceiver
|
|
- Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
|
|
- Symfony\Component\Messenger\Envelope
|
|
- Symfony\Component\Messenger\Exception\InvalidArgumentException
|
|
- Symfony\Component\Messenger\Stamp\TransportMessageIdStamp
|
|
- Symfony\Component\Messenger\Transport\Receiver\ListableReceiverInterface
|
|
interfaces: []
|