Exemple #1
0
 public function testLinkCreationWithIdCreatesFullyQualifiedLink()
 {
     $url = $this->plugin->createLink('resource', 123);
     $this->assertEquals('http://localhost.localdomain/resource/123', $url);
 }