Beispiel #1
0
 public function testGetDocs()
 {
     $this->assertEquals('http://localhost/path/to/docs/media', $this->resource->getCurieHref($this->resource->getLink('test:media')));
     $this->assertNull($this->resource->getCurieHref($this->resource->getLink('article')));
     $this->assertNull($this->resource->getCurieHref($this->resource->getLink('bar:tag')));
 }