From f27f0ab5a40150206b787912bf2c20cb2ff0de73 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Fri, 13 Jun 2014 14:19:59 -0700 Subject: [PATCH] Issue #2267159 by juampy, xjm, alexpott: Remove nonexistent parameter from WebTestBase::assertNoLink docs --- core/modules/simpletest/src/WebTestBase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modules/simpletest/src/WebTestBase.php b/core/modules/simpletest/src/WebTestBase.php index 5be5eb755062..6aa976783cd7 100644 --- a/core/modules/simpletest/src/WebTestBase.php +++ b/core/modules/simpletest/src/WebTestBase.php @@ -2429,8 +2429,6 @@ protected function assertLink($label, $index = 0, $message = '', $group = 'Other * * @param $label * Text between the anchor tags. - * @param $index - * Link position counting from zero. * @param $message * (optional) A message to display with the assertion. Do not translate * messages: use format_string() to embed variables in the message text, not -- GitLab