コード例 #1
0
ファイル: BusStopTest.php プロジェクト: aiolos/haltes
 /**
  * @covers Application\Entity\BusStop::setWheelchair
  */
 public function testSetWheelchair()
 {
     $this->assertEquals($this->object, $this->object->setWheelchair(1));
 }