Пример #1
0
 /**
  * @covers \TaxCloud\Address::getZip
  */
 public function testGetZip()
 {
     $zip = $this->object->getZip();
     $this->assertEquals('20006-0004', $zip, 'getZip() should return ZIP+4');
 }