Example #1
0
 /**
  * @expectedException LogicException
  */
 public function testUnknownParent()
 {
     $subgraph = new Subgraph('S');
     $subgraph->edge(array('A', 'B', 'C'));
     $subgraph->render();
     $this->markTestIncomplete('This test has not been fully implemented yet.');
 }