function ContainerTest::testResolveServicesAndParametersForInvalidArgument
Tests that an invalid argument throw an Exception.
@legacy-covers ::get @legacy-covers ::createService @legacy-covers ::resolveServicesAndParameters
File
-
core/
tests/ Drupal/ Tests/ Component/ DependencyInjection/ ContainerTest.php, line 600
Class
Namespace
Drupal\Tests\Component\DependencyInjectionCode
public function testResolveServicesAndParametersForInvalidArgument() : void {
$this->expectException(InvalidArgumentException::class);
$this->container
->get('invalid_argument_service');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.