platform/api/symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.yaml
2024-09-02 10:44:11 -07:00

95 lines
2.7 KiB
YAML

name: EnvPlaceholderParameterBagTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: InvalidArgumentException
type: class
source: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
- name: RuntimeException
type: class
source: Symfony\Component\DependencyInjection\Exception\RuntimeException
- name: EnvConfigurator
type: class
source: Symfony\Component\DependencyInjection\Loader\Configurator\EnvConfigurator
- name: EnvPlaceholderParameterBag
type: class
source: Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag
- name: StringBackedEnum
type: class
source: Symfony\Component\DependencyInjection\Tests\Fixtures\StringBackedEnum
properties: []
methods:
- name: testEnumEnvVarProcessorPassesRegex
visibility: public
parameters: []
comment: null
- name: testGetThrowsInvalidArgumentExceptionIfEnvNameContainsNonWordCharacters
visibility: public
parameters: []
comment: null
- name: testMergeWillNotDuplicateIdenticalParameters
visibility: public
parameters: []
comment: null
- name: testMergeWhereFirstBagIsEmptyWillWork
visibility: public
parameters: []
comment: null
- name: testMergeWherePlaceholderOnlyExistsInSecond
visibility: public
parameters: []
comment: null
- name: testMergeWithDifferentIdentifiersForPlaceholders
visibility: public
parameters: []
comment: null
- name: testResolveEnvRequiresStrings
visibility: public
parameters: []
comment: null
- name: testGetDefaultScalarEnv
visibility: public
parameters: []
comment: null
- name: testGetDefaultEnv
visibility: public
parameters: []
comment: null
- name: testResolveEnvAllowsNull
visibility: public
parameters: []
comment: null
- name: testResolveThrowsOnBadDefaultValue
visibility: public
parameters: []
comment: null
- name: testGetEnvAllowsNull
visibility: public
parameters: []
comment: null
- name: testGetThrowsOnBadDefaultValue
visibility: public
parameters: []
comment: null
- name: testDefaultToNullAllowed
visibility: public
parameters: []
comment: null
- name: testExtraCharsInProcessor
visibility: public
parameters: []
comment: null
- name: testGetEnum
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
- Symfony\Component\DependencyInjection\Exception\RuntimeException
- Symfony\Component\DependencyInjection\Loader\Configurator\EnvConfigurator
- Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag
- Symfony\Component\DependencyInjection\Tests\Fixtures\StringBackedEnum
interfaces: []