- Issue created by @ryanrobinson_wlu
When I run kernel tests, I get these self deprecation notices:
Remaining self deprecation notices (21)
18x: Installing the table sequences with the method KernelTestBase::installSchema() is deprecated in drupal:10.2.0 and is removed from drupal:12.0.0. See
https://www.drupal.org/node/3349345 →
1x in PathautoKernelTest::testGetSchemaAliasMaxLength from Drupal\Tests\pathauto\Kernel
1x in PathautoKernelTest::testPatternLoadByEntity from Drupal\Tests\pathauto\Kernel
1x in PathautoKernelTest::testSameTitleDifferentLanguages from Drupal\Tests\pathauto\Kernel
1x in PathautoKernelTest::testCleanString from Drupal\Tests\pathauto\Kernel
1x in PathautoKernelTest::testCleanAlias from Drupal\Tests\pathauto\Kernel
...
2x: The definition for the 'pathauto.pattern.e3py8j38.relationships' sequence declares the type of its items in a way that is deprecated in drupal:8.0.0 and is removed from drupal:11.0.0. See
https://www.drupal.org/node/2442603 →
2x in PathautoKernelTest::testPatternLoadByEntity from Drupal\Tests\pathauto\Kernel
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
Run phpunit --testsuite="kernel" --group="pathauto"
Active
1.12
Code