104 lines
2.4 KiB
YAML
104 lines
2.4 KiB
YAML
name: ConfigDumpReferenceCommandTest
|
|
class_comment: '# * @group functional'
|
|
dependencies:
|
|
- name: ConfigDumpReferenceCommand
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
|
|
- name: Application
|
|
type: class
|
|
source: Symfony\Bundle\FrameworkBundle\Console\Application
|
|
- name: ArrayInput
|
|
type: class
|
|
source: Symfony\Component\Console\Input\ArrayInput
|
|
- name: NullOutput
|
|
type: class
|
|
source: Symfony\Component\Console\Output\NullOutput
|
|
- name: CommandCompletionTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandCompletionTester
|
|
- name: CommandTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandTester
|
|
properties: []
|
|
methods:
|
|
- name: testShowList
|
|
visibility: public
|
|
parameters:
|
|
- name: debug
|
|
comment: '# * @group functional
|
|
|
|
# */
|
|
|
|
# class ConfigDumpReferenceCommandTest extends AbstractWebTestCase
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * @testWith [true]
|
|
|
|
# * [false]'
|
|
- name: testDumpKernelExtension
|
|
visibility: public
|
|
parameters:
|
|
- name: debug
|
|
comment: '# * @testWith [true]
|
|
|
|
# * [false]'
|
|
- name: testDumpBundleName
|
|
visibility: public
|
|
parameters:
|
|
- name: debug
|
|
comment: '# * @testWith [true]
|
|
|
|
# * [false]'
|
|
- name: testDumpExtensionConfigWithoutBundle
|
|
visibility: public
|
|
parameters:
|
|
- name: debug
|
|
comment: '# * @testWith [true]
|
|
|
|
# * [false]'
|
|
- name: testDumpAtPath
|
|
visibility: public
|
|
parameters:
|
|
- name: debug
|
|
comment: '# * @testWith [true]
|
|
|
|
# * [false]'
|
|
- name: testDumpAtPathXml
|
|
visibility: public
|
|
parameters:
|
|
- name: debug
|
|
comment: '# * @testWith [true]
|
|
|
|
# * [false]'
|
|
- name: testComplete
|
|
visibility: public
|
|
parameters:
|
|
- name: debug
|
|
- name: input
|
|
- name: expectedSuggestions
|
|
comment: '# * @dataProvider provideCompletionSuggestions'
|
|
- name: provideCompletionSuggestions
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: createCommandTester
|
|
visibility: private
|
|
parameters:
|
|
- name: debug
|
|
comment: null
|
|
- name: createApplication
|
|
visibility: private
|
|
parameters:
|
|
- name: debug
|
|
comment: null
|
|
traits:
|
|
- Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
|
|
- Symfony\Bundle\FrameworkBundle\Console\Application
|
|
- Symfony\Component\Console\Input\ArrayInput
|
|
- Symfony\Component\Console\Output\NullOutput
|
|
- Symfony\Component\Console\Tester\CommandCompletionTester
|
|
- Symfony\Component\Console\Tester\CommandTester
|
|
interfaces: []
|