public function testHasRouteReturnsTrueWhenRouteIsSet() { $link = new Link('describedby'); $link->setRoute('api/docs'); $this->assertTrue($link->hasRoute()); }