Ejemplo n.º 1
0
 public function testGetBNodeIdForUri()
 {
     $nonbnode = new EasyRdf_Resource('http://www.exaple.com/');
     $this->assertSame(null, $nonbnode->getBNodeId());
 }