platform/api/symfony/Component/Console/Tests/CommandLoader/ContainerCommandLoaderTest.yaml

44 lines
1.1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []