FOS\UserBundle\Test\WebTestCase::getService PHP Method

getService() protected method

protected getService ( $name )
    protected function getService($name)
    {
        if (null === $this->kernel) {
            $this->kernel = $this->createKernel();
            $this->kernel->boot();
        }
        return $this->kernel->getContainer()->get($name);
    }