network = new Livenet(); } public function testGetName() { $this->assertSame('livenet', $this->network->getName()); } public function testGetAddressVersion() { $this->assertSame(0x00, $this->network->getAddressVersion()); } public function testGetApiHost() { $this->assertSame('bitpay.com', $this->network->getApiHost()); } }