OAuthBundle\Tests\Controller\OAuthControllerTest::__construct PHP Method

__construct() public method

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