public function MockInstantiationService::__construct in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php \Drupal\Tests\Component\DependencyInjection\MockInstantiationService::__construct()
- 9 core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php \Drupal\Tests\Component\DependencyInjection\MockInstantiationService::__construct()
Construct a mock instantiation service.
File
- core/
tests/ Drupal/ Tests/ Component/ DependencyInjection/ ContainerTest.php, line 1048 - Contains \Drupal\Tests\Component\DependencyInjection\ContainerTest.
Class
- MockInstantiationService
- Helper class to test Container::get() method for varying number of parameters.
Namespace
Drupal\Tests\Component\DependencyInjectionCode
public function __construct() {
$this->arguments = func_get_args();
}