Beispiel #1
0
 /**
  *
  * @param Vertices $vertices
  * @depends testTwo
  * @expectedException OutOfBoundsException
  */
 public function testTwoDoesNotContainId3(Vertices $vertices)
 {
     $vertices->getVertexId(3);
 }