AuthBucket\Bundle\OAuth2Bundle\Tests\ResponseType\ResponseTypeHandlerFactoryTest::testNonExistsResponseTypeHandler PHP Method

testNonExistsResponseTypeHandler() public method

    public function testNonExistsResponseTypeHandler()
    {
        $classes = ['foo' => 'AuthBucket\\Bundle\\OAuth2Bundle\\Tests\\ResponseType\\NonExistsResponseTypeHandler'];
        $factory = new ResponseTypeHandlerFactory($this->get('security.token_storage'), $this->get('validator'), $this->get('authbucket_oauth2.model_manager.factory'), $this->get('authbucket_oauth2.token_handler.factory'), $classes);
    }