- Issue created by @ryanrobinson_wlu
- Status changed to Closed: outdated
4 months ago 7:20pm 16 December 2024
When I run kernel tests, I get these self deprecation notices:
Remaining self deprecation notices (2)
1x: The Drupal\Tests\field\Traits\EntityReferenceTestTrait is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Instead, use \Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait. See
https://www.drupal.org/node/3401941 β
1x in KernelTestSuite::suite from Drupal\Tests\TestSuites
1x: Passing null to the $typedConfigManager parameter of ConfigFormBase::__construct() is deprecated in drupal:10.2.0 and must be an instance of \Drupal\Core\Config\TypedConfigManagerInterface in drupal:11.0.0. See
https://www.drupal.org/node/3404140 β
1x in GoogleAnalyticsAdminSettingsFormTest::testGoogleAnalyticsAdminSettingsForm from Drupal\Tests\google_analytics\Kernel\Form
Run phpunit --testsuite="kernel" --group="google_analytics"
Change as described in the referenced articles.
Active
4.0
Code