43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
name: ContainerCommandLoaderTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Command
|
|
type: class
|
|
source: Symfony\Component\Console\Command\Command
|
|
- name: ContainerCommandLoader
|
|
type: class
|
|
source: Symfony\Component\Console\CommandLoader\ContainerCommandLoader
|
|
- name: CommandNotFoundException
|
|
type: class
|
|
source: Symfony\Component\Console\Exception\CommandNotFoundException
|
|
- name: ServiceLocator
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ServiceLocator
|
|
properties: []
|
|
methods:
|
|
- name: testHas
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGet
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetUnknownCommandThrows
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testGetCommandNames
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Console\Command\Command
|
|
- Symfony\Component\Console\CommandLoader\ContainerCommandLoader
|
|
- Symfony\Component\Console\Exception\CommandNotFoundException
|
|
- Symfony\Component\DependencyInjection\ServiceLocator
|
|
interfaces: []
|