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