예제 #1
0
 /**
  * @covers Application\Entity\BusStop::setCountry
  */
 public function testSetCountry()
 {
     $this->assertEquals($this->object, $this->object->setCountry('NL'));
 }