Exemple #1
0
 /**
  * @covers Application\Entity\BusStop::setType
  */
 public function testSetType()
 {
     $this->assertEquals($this->object, $this->object->setType(1));
 }