- Issue created by @ryanrobinson_wlu
- 🇮🇳India dineshkumarbollu
$this->installSchema('system', 'sequences');
is deprecated in D11, see the https://www.drupal.org/node/3349345 → , created patch accordingly, please review. - 🇨🇦Canada ryanrobinson_wlu
Looks good to me so far! Thank you.
I'm still getting the other one about EntityReferenceTestTrait, but I'm getting that for every single module I test, even though if I grep for that it only shows as being in a few of them (not including linkit). So it's probably another module's problem that is showing up in this module's report even though I specified which group of tests to run.
- Status changed to Needs review
about 1 year ago 4:48am 3 April 2024 - 🇮🇳India dineshkumarbollu
@ryanrobinson_wlu the below test deprecations are not found in this module, it is occuring your system only due some other modules.
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
- Status changed to Closed: duplicate
about 1 year ago 12:19pm 23 April 2024 - 🇺🇸United States mark_fullmer Tucson
Closing -- this is a duplicate of 🐛 [Drupal 12.x] Kernel Testing Deprecations Active . Please note that the maintainers request that proposed code changes be introduced as GitLab merge requests, rather than patches. Thanks!