Random machine names no longer need to be wrapped in strtolower()

Created on 22 July 2023, over 1 year ago
Updated 1 August 2023, over 1 year ago

Problem/Motivation

Following 📌 randomMachineName() should conform to processMachineName() pattern Fixed we no longer need to explicitly lower case machine names in tests.

There are numerous calls like this still:

$field_name = strtolower($this->randomMachineName());

We can remove the calls to strtolower().

Steps to reproduce

Proposed resolution

Find all calls like this and remove strtolower().

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

📌 Task
Status

Fixed

Version

11.0 🔥

Component
PHPUnit 

Last updated about 5 hours ago

Created by

🇬🇧United Kingdom longwave UK

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024