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

Deprecated message while running test: Creation of dynamic property is deprecated #446

Closed divya-intelli closed 10 months ago

divya-intelli commented 10 months ago

Is your feature request related to a problem? Please describe. In PHP 8.2 below deprecation message is thrown when running tests. 1.Deprecated function: Creation of dynamic property Drupal\Tests\apigee_m10n\Kernel\Plugin\Field\FieldFormatter\DateAndTextFormatterKernelTest::$entityType is deprecated

  1. Deprecated function: Creation of dynamic property Drupal\Tests\apigee_m10n\Kernel\Plugin\Field\FieldFormatter\DateAndTextFormatterKernelTest::$bundle is deprecated
  2. Deprecated function: Creation of dynamic property Drupal\Tests\apigee_m10n\Kernel\Plugin\Field\FieldFormatter\DateAndTextFormatterKernelTest::$fieldName is deprecated
  3. Deprecated function: Creation of dynamic property Drupal\Tests\apigee_m10n\Kernel\Plugin\Field\FieldFormatter\DateAndTextFormatterKernelTest::$display is deprecated
  4. Deprecated function: Creation of dynamic property Drupal\Tests\apigee_m10n_add_credit\Functional\ApigeeX\GeneralSettingsConfigFormTest::$developer is deprecated
  5. Deprecated function: Creation of dynamic property Drupal\Tests\apigee_m10n_add_credit\FunctionalJavascript\ApigeeX\UpdateBillingTypeTest::$developeruser is deprecated

Additional context PHP 8.2 Drupal 10