OAuthBundle\Tests\Controller\OAuthControllerTest::__construct PHP Méthode

__construct() public méthode

public __construct ( )
    public function __construct()
    {
        self::bootKernel(array('environment' => 'test', 'debug' => 'true'));
        $this->entityManager = self::$kernel->getContainer()->get('doctrine')->getManager();
    }