Пример #1
0
 /**
  * @depends testSerializationDeserialization
  * @param NullData $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getEncoding(), "string");
     $this->assertEquals($obj->getData(), "***BlockCypher*Data*Endpoint*Test***");
     /** @noinspection SpellCheckingInspection */
     $this->assertEquals($obj->getToken(), "c0afcccdde5081d6429de37d16166ead");
     /** @noinspection SpellCheckingInspection */
     $this->assertEquals($obj->getHash(), "ee87113bf23bea8f7cdb24bcfbfc55045aa405ad54fd20e94e61a34b4a17d165");
 }