Webiny\Component\OAuth2\Tests\OAuth2LoaderTest::testGetInstanceException PHP Method

testGetInstanceException() public method

    public function testGetInstanceException()
    {
        OAuth2Loader::getInstance('doesnt exist');
    }