Exemplo n.º 1
0
 /**
  * @dataProvider stationProvider
  */
 public function testSetDestination($expectedStationId, $station)
 {
     $query = new TimetableQuery();
     $query->setDestination($station);
     $this->assertEquals($expectedStationId, $query->getDestinationId());
 }