function ContainerTest::testResolveServicesAndParametersForInvalidArgument
Tests that an invalid argument throw an Exception.
@covers ::get
@covers ::createService
@covers ::resolveServicesAndParameters
File
-
core/
tests/ Drupal/ Tests/ Component/ DependencyInjection/ ContainerTest.php, line 615
Class
- ContainerTest
- @coversDefaultClass \Drupal\Component\DependencyInjection\Container[[api-linebreak]] @group DependencyInjection
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.