apigee / apigee-m10n-drupal

Add monetization features to a Drupal developer portal
https://www.drupal.org/project/apigee_m10n
GNU General Public License v2.0
13 stars 13 forks source link

Declaring ::setUp without a void return typehint is deprecated #352

Closed phdhiren closed 2 years ago

phdhiren commented 2 years ago

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 the test files.