コード例 #1
0
 public function testId()
 {
     $key = new PublicKey('/path/to/key.pub');
     $this->assertSame('/path/to/key.pub', $key->getId());
 }