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