Skip to content
#

drupal-9

Here are 151 public repositories matching this topic...

phdhiren
phdhiren commented Dec 15, 2021

Is your feature request related to a problem? Please describe.

Declaring ::setUp without a void return typehint in Tests is deprecated in drupal:9.0.0. Typehinting will be required before drupal:10.0.0.

Describe the solution you would like

Change Record https://www.drupal.org/node/3114724

Adding the setUp(): void type hint wiill require PHP7.1 minimum, although this only affects th

enhancement good first issue Drupal 10 Preparation

Improve this page

Add a description, image, and links to the drupal-9 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the drupal-9 topic, visit your repo's landing page and select "manage topics."

Learn more