コード例 #1
0
ファイル: ExpirationTest.php プロジェクト: emarref/jwt
 public function testGetName()
 {
     $this->assertSame(self::$name, $this->claim->getName());
 }