@@ -41,8 +41,15 @@ public function randomString($length = 8) {
*
* @return bool
* TRUE if the random string is valid, FALSE if not.
*
* @deprecated in drupal:10.2.0 and is removed from drupal:11.0.0.
* Use \Drupal\TestTools\Random::stringValidate() instead.
*
* @see https://www.drupal.org/node/3358389
*/
publicfunctionrandomStringValidate($string){
@trigger_error(__METHOD__."() is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use \Drupal\TestTools\Random::stringValidate() instead. See https://www.drupal.org/node/3358389",E_USER_DEPRECATED);