function ContainerTest::setUp
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php \Drupal\Tests\Component\DependencyInjection\ContainerTest::setUp()
- 8.9.x core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php \Drupal\Tests\Component\DependencyInjection\ContainerTest::setUp()
- 10 core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php \Drupal\Tests\Component\DependencyInjection\ContainerTest::setUp()
1 call to ContainerTest::setUp()
- PhpArrayContainerTest::setUp in core/
tests/ Drupal/ Tests/ Component/ DependencyInjection/ PhpArrayContainerTest.php
1 method overrides ContainerTest::setUp()
- PhpArrayContainerTest::setUp in core/
tests/ Drupal/ Tests/ Component/ DependencyInjection/ PhpArrayContainerTest.php
File
-
core/
tests/ Drupal/ Tests/ Component/ DependencyInjection/ ContainerTest.php, line 59
Class
- ContainerTest
- @coversDefaultClass \Drupal\Component\DependencyInjection\Container @group DependencyInjection
Namespace
Drupal\Tests\Component\DependencyInjectionCode
protected function setUp() : void {
$this->machineFormat = TRUE;
$this->containerClass = '\\Drupal\\Component\\DependencyInjection\\Container';
$this->containerDefinition = $this->getMockContainerDefinition();
$this->container = new $this->containerClass($this->containerDefinition);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.