FOS\UserBundle\Tests\DependencyInjection\FOSUserExtensionTest::testUserLoadFormServiceWithDefaults PHP Метод

testUserLoadFormServiceWithDefaults() публичный Метод

    public function testUserLoadFormServiceWithDefaults()
    {
        $this->createEmptyConfiguration();
        $this->assertHasDefinition('fos_user.form.user');
        $this->assertHasDefinition('fos_user.form.group');
        $this->assertHasDefinition('fos_user.form.change_password');
        $this->assertHasDefinition('fos_user.form.reset_password');
    }