/**
  * @test
  */
 public function linkingServiceResolveNodeUriReturnsNullForUnresolvableNodes()
 {
     $this->assertSame(null, $this->linkingService->resolveNodeUri('node://3239baee-3e7f-785c-0853-f4302ef3257x', $this->baseNode, $this->controllerContext));
 }
 /**
  * @param string|Uri $uri
  * @param NodeInterface $contextNode
  * @param ControllerContext $controllerContext
  * @return string
  */
 public function resolveNodeUri($uri, NodeInterface $contextNode, ControllerContext $controllerContext)
 {
     return $this->linkingService->resolveNodeUri($uri, $contextNode, $controllerContext);
 }