Tests the Entity translation overview link field handler.
public function testTranslationLink() {
$this
->drupalGet('test-entity-translations-link');
$this
->assertLinkByHref('user/1/translations');
$this
->assertNoLinkByHref('user/2/translations', 'The translations link is not present when translation_entity_translate_access() is FALSE.');
}