示例#1
0
 /**
  * @testdox Allows setting and getting the URI
  */
 public function testSettingAndGettingPostalCode()
 {
     $postalCode = '60486';
     $this->target->setPostalcode($postalCode);
     $this->assertEquals($postalCode, $this->target->getPostalcode());
 }