class ContainerTest

Hierarchy

  • class \Symfony\Component\DependencyInjection\Tests\ContainerTest extends \Symfony\Component\DependencyInjection\Tests\PHPUnit_Framework_TestCase

Expanded class hierarchy of ContainerTest

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php, line 20

Namespace

Symfony\Component\DependencyInjection\Tests
View source

Members

Namesort descending Modifiers Type Description Overrides
ContainerTest::getBuiltInScopes public function
ContainerTest::getField protected function
ContainerTest::getInvalidParentScopes public function
ContainerTest::testAddScope public function
ContainerTest::testAddScopeDoesNotAllowBuiltInScopes public function @expectedException \InvalidArgumentException @dataProvider getBuiltInScopes
ContainerTest::testAddScopeDoesNotAllowExistingScope public function @expectedException \InvalidArgumentException
ContainerTest::testAddScopeDoesNotAllowInvalidParentScope public function @expectedException \InvalidArgumentException @dataProvider getInvalidParentScopes
ContainerTest::testCompile public function @covers Symfony\Component\DependencyInjection\Container::compile
ContainerTest::testConstructor public function @covers Symfony\Component\DependencyInjection\Container::__construct
ContainerTest::testEnterLeaveCurrentScope public function
ContainerTest::testEnterLeaveScopeWithChildScopes public function
ContainerTest::testEnterScopeRecursivelyWithInactiveChildScopes public function
ContainerTest::testGet public function @covers Symfony\Component\DependencyInjection\Container::get
ContainerTest::testGetCircularReference public function
ContainerTest::testGetParameterBag public function @covers Symfony\Component\DependencyInjection\Container::getParameterBag
ContainerTest::testGetReturnsNullOnInactiveScope public function @covers Symfony\Component\DependencyInjection\Container::get
ContainerTest::testGetServiceIds public function @covers Symfony\Component\DependencyInjection\Container::getServiceIds
ContainerTest::testGetSetParameter public function @covers Symfony\Component\DependencyInjection\Container::setParameter @covers Symfony\Component\DependencyInjection\Container::getParameter
ContainerTest::testGetThrowServiceNotFoundException public function
ContainerTest::testGetThrowsException public function
ContainerTest::testGetThrowsExceptionOnServiceConfiguration public function
ContainerTest::testHas public function @covers Symfony\Component\DependencyInjection\Container::has
ContainerTest::testHasScope public function
ContainerTest::testInitialized public function @covers Symfony\Component\DependencyInjection\Container::initialized
ContainerTest::testIsFrozen public function @covers Symfony\Component\DependencyInjection\Container::isFrozen
ContainerTest::testIsScopeActive public function
ContainerTest::testLeaveScopeNotActive public function
ContainerTest::testSet public function @covers Symfony\Component\DependencyInjection\Container::set
ContainerTest::testSetAlsoSetsScopedService public function
ContainerTest::testSetDoesNotAllowInactiveScope public function @expectedException \RuntimeException
ContainerTest::testSetDoesNotAllowPrototypeScope public function @expectedException \InvalidArgumentException