예제 #1
0
 /**
  * @covers ::setLocality
  * @covers ::getLocality
  */
 public function testSetGetLocality()
 {
     $this->address->setLocality('foo');
     $this->assertSame('foo', $this->address->getLocality());
 }