Beispiel #1
0
 /**
  *
  * @param Vertices $vertices
  * @depends testEmpty
  * @expectedException UnderflowException
  */
 public function testEmptyDoesNotHaveLast(Vertices $vertices)
 {
     $vertices->getVertexLast();
 }