Example #1
0
 public function testSetGetLocation()
 {
     $this->object->setLocation('Nowhere');
     $this->assertEquals('Nowhere', $this->object->getLocation());
 }