network = new Testnet(); } public function testGetName() { $this->assertSame('testnet', $this->network->getName()); } public function testGetAddressVersion() { $this->assertSame(0x6f, $this->network->getAddressVersion()); } public function testGetApiHost() { $this->assertSame('test.bitpay.com', $this->network->getApiHost()); } }