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