name: ContainerBagTest
class_comment: null
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: ContainerInterface
  type: class
  source: Psr\Container\ContainerInterface
- name: Container
  type: class
  source: Symfony\Component\DependencyInjection\Container
- name: InvalidArgumentException
  type: class
  source: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
- name: ContainerBag
  type: class
  source: Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
- name: ContainerBagInterface
  type: class
  source: Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface
- name: FrozenParameterBag
  type: class
  source: Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag
- name: ParameterBag
  type: class
  source: Symfony\Component\DependencyInjection\ParameterBag\ParameterBag
properties: []
methods:
- name: setUp
  visibility: protected
  parameters: []
  comment: null
- name: testGetAllParameters
  visibility: public
  parameters: []
  comment: null
- name: testHasAParameter
  visibility: public
  parameters: []
  comment: null
- name: testGetParameter
  visibility: public
  parameters: []
  comment: null
- name: testGetParameterNotFound
  visibility: public
  parameters: []
  comment: null
- name: testInstanceOf
  visibility: public
  parameters: []
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Psr\Container\ContainerInterface
- Symfony\Component\DependencyInjection\Container
- Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
- Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
- Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface
- Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag
- Symfony\Component\DependencyInjection\ParameterBag\ParameterBag
interfaces: []