Example #1
0
 public function testRegionId()
 {
     $this->address->setRegionId(1);
     $this->assertEquals(1, $this->address->getRegionId());
 }