Exemplo n.º 1
0
 public function testConstruct_notTrusted()
 {
     $jwt = new Jwt($this->claims, function () {
     }, $this->header);
     $this->assertFalse($jwt->isTrusted());
 }