コード例 #1
0
 public function testCreateFromPrivateKey()
 {
     $key = PublicKey::createFromPrivateKey($this->getMockPrivateKey());
     $this->assertInstanceOf('Bitpay\\PublicKey', $key);
 }