Example #1
0
 /**
  * @covers Application\Math\Graph::setStartVertex
  */
 public function testSetStartVertex()
 {
     $this->assertSame($this->object, $this->object->setStartVertex(2100));
 }