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

55 lines
1.3 KiB
YAML

name: FrozenParameterBagTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ExpectUserDeprecationMessageTrait
type: class
source: Symfony\Bridge\PhpUnit\ExpectUserDeprecationMessageTrait
- name: FrozenParameterBag
type: class
source: Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag
- name: ExpectUserDeprecationMessageTrait
type: class
source: ExpectUserDeprecationMessageTrait
properties: []
methods:
- name: testConstructor
visibility: public
parameters: []
comment: null
- name: testClear
visibility: public
parameters: []
comment: null
- name: testSet
visibility: public
parameters: []
comment: null
- name: testAdd
visibility: public
parameters: []
comment: null
- name: testRemove
visibility: public
parameters: []
comment: null
- name: testDeprecate
visibility: public
parameters: []
comment: null
- name: testGetDeprecated
visibility: public
parameters: []
comment: '# * The test should be kept in the group as it always expects a deprecation.
# *
# * @group legacy'
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bridge\PhpUnit\ExpectUserDeprecationMessageTrait
- Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag
- ExpectUserDeprecationMessageTrait
interfaces: []