Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf1f50 commit ddfa4d2Copy full SHA for ddfa4d2
1 file changed
src/tests/BitcoinClientTest.inc
@@ -98,9 +98,10 @@ class BitcoinClientTest extends PHPUnit_Framework_TestCase {
98
99
public function testgetaddressWithLabel() {
100
//$this->markTestSkipped();
101
- //$this->allGood->setDebug(2);
+ $this->allGood->setDebug(2);
102
$address = $this->allGood->query("getnewaddress", "test label");
103
$this->assertTrue(Bitcoin::checkAddress($address));
104
+ $this->assertEquals($this->allGood->query("getlabel", $address), "test label");
105
}
106
107
public function testCan_connect() {
0 commit comments