コード例 #1
0
 /**
  * @test
  */
 public function testCOIN_CHOICES()
 {
     $expectedCoinChoices = array('btc' => 'Bitcoin', 'btc-testnet' => 'Bitcoin Testnet', 'ltc' => 'Litecoin', 'doge' => 'Dogecoin', 'uro' => 'Uro', 'bcy' => 'BlockCypher Testnet');
     $this->assertEquals($expectedCoinChoices, BlockCypherCoinSymbolConstants::COIN_CHOICES());
 }