Lcobucci\JWT\TokenTest::getClaimShouldRaiseExceptionWhenClaimIsNotConfigured PHP Method

getClaimShouldRaiseExceptionWhenClaimIsNotConfigured() public method

    public function getClaimShouldRaiseExceptionWhenClaimIsNotConfigured()
    {
        $token = new Token();
        $token->getClaim('testing');
    }