Example #1
0
 /**
  * Tests isBlankNode()
  */
 public function testRemoveGraph()
 {
     $this->document->removeGraph('/named-graph');
     $this->assertFalse($this->document->containsGraph('/named-graph'), 'Is the removed graph still there?');
 }