示例#1
0
文件: EdgesTest.php 项目: feffi/graph
 /**
  *
  * @param Edges $edges
  * @depends testEmpty
  * @expectedException UnderflowException
  */
 public function testEmptyDoesNotHaveLast(Edges $edges)
 {
     $edges->getEdgeLast();
 }