예제 #1
0
파일: EdgesTest.php 프로젝트: feffi/graph
 /**
  *
  * @param Edges $edges
  * @depends testEmpty
  * @expectedException UnderflowException
  */
 public function testEmptyDoesNotHaveLast(Edges $edges)
 {
     $edges->getEdgeLast();
 }