AuthBucket\Bundle\OAuth2Bundle\Tests\TokenType\TokenTypeHandlerFactoryTest::testNonExistsTokenTypeHandler PHP Method

testNonExistsTokenTypeHandler() public method

    public function testNonExistsTokenTypeHandler()
    {
        $classes = ['foo' => 'AuthBucket\\Bundle\\OAuth2Bundle\\Tests\\TokenType\\NonExistsTokenTypeHandler'];
        $factory = new TokenTypeHandlerFactory($this->get('validator'), $this->get('authbucket_oauth2.model_manager.factory'), $classes);
    }