// No access to user-profiles, so shouldn't be able to see links.
$this->assertNoLink($this->adminUser->label()); // Note: External users aren't pointing to drupal user profiles.
$this->assertLink('barry (not verified)'); $this->assertLink('My comment title'); $this->assertLink('Anonymous comment title'); }