67 lines
1.9 KiB
YAML
67 lines
1.9 KiB
YAML
name: StatsCommandTest
|
|
class_comment: "# * @author K\xE9vin Th\xE9rage <therage.kevin@gmail.com>"
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: CommandTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandTester
|
|
- name: ServiceLocator
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ServiceLocator
|
|
- name: StatsCommand
|
|
type: class
|
|
source: Symfony\Component\Messenger\Command\StatsCommand
|
|
- name: MessageCountAwareInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\Receiver\MessageCountAwareInterface
|
|
- name: TransportInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\TransportInterface
|
|
properties: []
|
|
methods:
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithoutArgument
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithoutArgumentJsonFormat
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithOneExistingMessageCountableTransport
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithOneExistingMessageCountableTransportJsonFormat
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithMultipleExistingMessageCountableTransport
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithMultipleExistingMessageCountableTransportJsonFormat
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithNotMessageCountableTransport
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWithNotExistingTransport
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Console\Tester\CommandTester
|
|
- Symfony\Component\DependencyInjection\ServiceLocator
|
|
- Symfony\Component\Messenger\Command\StatsCommand
|
|
- Symfony\Component\Messenger\Transport\Receiver\MessageCountAwareInterface
|
|
- Symfony\Component\Messenger\Transport\TransportInterface
|
|
interfaces: []
|