/**
  *
  * @param DetectNegativeCycle $alg
  * @depends testNullGraph
  * @expectedException UnderflowException
  */
 public function testNullGraphHasNoCycleGraph(DetectNegativeCycle $alg)
 {
     $alg->createGraph();
 }