/** * @param string $id * * @return AdminInterface */ private function getAdmin($id) { return $this->adminPool->getContainer()->get($id); }
public function testGetContainer() { $this->assertInstanceOf('Symfony\\Component\\DependencyInjection\\ContainerInterface', $this->pool->getContainer()); }