36 lines
919 B
YAML
36 lines
919 B
YAML
name: CachePoolListCommandTest
|
|
class_comment: '# * @group functional'
|
|
dependencies:
|
|
- name: CachePoolListCommand
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
|
|
- name: Application
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Console\Application
|
|
- name: CommandTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandTester
|
|
properties: []
|
|
methods:
|
|
- name: setUp
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: testListPools
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testEmptyList
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: createCommandTester
|
|
visibility: private
|
|
parameters:
|
|
- name: poolNames
|
|
comment: null
|
|
traits:
|
|
- Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
|
|
- Symfony\Bundle\FrameworkBundle\Console\Application
|
|
- Symfony\Component\Console\Tester\CommandTester
|
|
interfaces: []
|