Beispiel #1
0
 public function testUriToQNameOnUnRegisteredNS()
 {
     $this->setExpectedException('\\Tripod\\Exceptions\\LabellerException', 'Could not label: http://someunregisteredns/');
     $g = new \Tripod\Mongo\MongoGraph();
     $g->uri_to_qname('http://someunregisteredns/title');
 }