109 lines
2.7 KiB
YAML
109 lines
2.7 KiB
YAML
name: DebugCommandTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Application
|
|
type: class
|
|
source: Symfony\Component\Console\Application
|
|
- name: FormatterHelper
|
|
type: class
|
|
source: Symfony\Component\Console\Helper\FormatterHelper
|
|
- name: HelperSet
|
|
type: class
|
|
source: Symfony\Component\Console\Helper\HelperSet
|
|
- name: CommandCompletionTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandCompletionTester
|
|
- name: CommandTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandTester
|
|
- name: DebugCommand
|
|
type: class
|
|
source: Symfony\Component\Dotenv\Command\DebugCommand
|
|
- name: Dotenv
|
|
type: class
|
|
source: Symfony\Component\Dotenv\Dotenv
|
|
properties: []
|
|
methods:
|
|
- name: testErrorOnUninitializedDotenv
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * @runInSeparateProcess'
|
|
- name: testEmptyDotEnvVarsList
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * @runInSeparateProcess'
|
|
- name: testScenario1InDevEnv
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testScenario1InTestEnv
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testScenario1InProdEnv
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testScenario2InProdEnv
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testScenario2WithCustomPath
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWarningOnEnvAndEnvDistFile
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWarningOnEnvAndEnvDistFileWithCustomPath
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWarningOnPhpEnvFile
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testWarningOnPhpEnvFileWithCustomPath
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testScenario1InDevEnvWithNameFilter
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testScenario1InProdEnvWithMissingNameFilter
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testScenario2InProdEnvWithNameFilterPrefix
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testCompletion
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * @runInSeparateProcess'
|
|
- name: executeCommand
|
|
visibility: private
|
|
parameters:
|
|
- name: projectDirectory
|
|
- name: env
|
|
- name: input
|
|
default: '[]'
|
|
- name: dotenvPath
|
|
default: 'null'
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Console\Application
|
|
- Symfony\Component\Console\Helper\FormatterHelper
|
|
- Symfony\Component\Console\Helper\HelperSet
|
|
- Symfony\Component\Console\Tester\CommandCompletionTester
|
|
- Symfony\Component\Console\Tester\CommandTester
|
|
- Symfony\Component\Dotenv\Command\DebugCommand
|
|
- Symfony\Component\Dotenv\Dotenv
|
|
interfaces: []
|