Example #1
0
 /**
  * @todo Implement testGetIri().
  */
 public function testGetIri()
 {
     $should = 'http://example.org/resource1';
     $is = $this->_object->getIri();
     $this->assertEquals($should, $is);
 }