示例#1
0
文件: JwtTest.php 项目: maarky/jwt
 public function testGetClaims()
 {
     $jwt = new Jwt($this->srcJwt);
     $this->assertEquals($this->claims, $jwt->getClaims()->get());
 }