Example #1
0
 /**
  * @depends testSerializationDeserialization
  * @param Faucet $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getAddress(), "CFqoZmZ3ePwK5wnkhxJjJAQKJ82C7RJdmd");
     $this->assertEquals($obj->getAmount(), 100000);
 }