Example #1
0
 /**
  * Tests whether all nodes are interlinked correctly.
  */
 public function testGetGraphNames()
 {
     // The blank node graph name _:_:graphBn gets relabeled to _:b0 during node map generation
     $this->assertEquals(array('_:b0', 'http://example.com/named-graph'), $this->document->getGraphNames());
 }