Exemplo n.º 1
0
 public function testEncode()
 {
     $jwt = new Jwt($this->srcJwt);
     $this->assertEquals($this->srcJwt, $jwt->encode());
 }