/** * @test */ public function shouldGetRequestBindingType() { $context = new JwtContext(new Request(), $expectedRequestBindingType = JwtBindingTypes::HTTP_REDIRECT, null); $this->assertEquals($expectedRequestBindingType, $context->getRequestBindingType()); }