Lcobucci\JWT\TokenTest::getClaimShouldRaiseExceptionWhenClaimIsNotConfigured PHP Метод

getClaimShouldRaiseExceptionWhenClaimIsNotConfigured() публичный Метод

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