public function MockContainerInjection::__construct in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php \Drupal\Tests\Core\Controller\MockContainerInjection::__construct()
- 9 core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php \Drupal\Tests\Core\Controller\MockContainerInjection::__construct()
File
- core/
tests/ Drupal/ Tests/ Core/ Controller/ ControllerResolverTest.php, line 222 - Contains \Drupal\Tests\Core\Controller\ControllerResolverTest.
Class
Namespace
Drupal\Tests\Core\ControllerCode
public function __construct($result) {
$this->result = $result;
}