You are here

namespace Drupal\Tests\Component\DependencyInjection in Drupal 10

Same name in other branches
  1. 8 Drupal\Tests\Component\DependencyInjection
  2. 9 Drupal\Tests\Component\DependencyInjection
Classsort descending Location Description
ContainerTest core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php @coversDefaultClass \Drupal\Component\DependencyInjection\Container @group DependencyInjection
MockConfiguratorInterface core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper interface to test Container::get() with configurator.
MockInstantiationService core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper class to test Container::get() method for varying number of parameters.
MockService core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Helper class to test Container::get() method.
PhpArrayContainerTest core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php @coversDefaultClass \Drupal\Component\DependencyInjection\PhpArrayContainer @group DependencyInjection