Example #1
0
 /**
  * @covers Application\Entity\BusStop::setParent
  */
 public function testSetParent()
 {
     $this->assertEquals($this->object, $this->object->setParent('stoparea:HTM:1001'));
 }