Lcobucci\JWT\TokenTest::getHeaderMustRaiseExceptionWhenHeaderIsNotConfigured PHP Method

getHeaderMustRaiseExceptionWhenHeaderIsNotConfigured() public method

    public function getHeaderMustRaiseExceptionWhenHeaderIsNotConfigured()
    {
        $token = new Token(['test' => 'testing']);
        $token->getHeader('testing');
    }