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

testUserLoadThrowsExceptionUnlessGroupModelClassSet() public method

    public function testUserLoadThrowsExceptionUnlessGroupModelClassSet()
    {
        $loader = new FOSUserExtension();
        $config = $this->getEmptyConfig();
        unset($config['class']['model']['group']);
        $loader->load(array($config), new ContainerBuilder());
    }