protected function ProjectServiceContainer::getInactiveService in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Tests/ContainerTest.php \Symfony\Component\DependencyInjection\Tests\ProjectServiceContainer::getInactiveService()
File
- vendor/
symfony/ dependency-injection/ Tests/ ContainerTest.php, line 677
Class
Namespace
Symfony\Component\DependencyInjection\TestsCode
protected function getInactiveService() {
throw new InactiveScopeException('request', 'request');
}