api/symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolListCommandTest.yaml
2024-09-26 02:03:21 -07:00

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: []