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

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

    public function testUserLoadControllerService()
    {
        $this->createFullConfiguration();
        $this->assertHasDefinition('fos_user.controller.user');
        $this->assertHasDefinition('fos_user.controller.group');
        $this->assertHasDefinition('fos_user.controller.security');
    }