FOS\UserBundle\Tests\DependencyInjection\FOSUserExtensionTest::testUserLoadTemplateConfig PHP Method

testUserLoadTemplateConfig() public method

    public function testUserLoadTemplateConfig()
    {
        $this->createFullConfiguration();
        $this->assertParameter('php', 'fos_user.template.engine');
        $this->assertParameter('AcmeMyBundle:Form:theme.html.twig', 'fos_user.template.theme');
    }