Exemple #1
0
 /**
  *
  * @param Edges $edges
  * @depends testEmpty
  * @expectedException UnderflowException
  */
 public function testEmptyDoesNotHaveLast(Edges $edges)
 {
     $edges->getEdgeLast();
 }