- Issue created by @ryanrobinson_wlu
- First commit to issue fork.
Running kernel tests, I get these deprecation warnings:
OK, but incomplete, skipped, or risky tests!
Tests: 69, Assertions: 626, Skipped: 5.
Remaining self deprecation notices (37)
36x: 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 LinkitEditorLinkDialogTest::testAdd from Drupal\Tests\linkit\Kernel
1x in LinkitEditorLinkDialogTest::testEditWithDataAttributes from Drupal\Tests\linkit\Kernel
1x in LinkitEditorLinkDialogTest::testEditWithoutDataAttributes from Drupal\Tests\linkit\Kernel
1x in EntityMatcherDeriverTest::testDeriver from Drupal\Tests\linkit\Kernel
1x in TermMatcherTest::testTermMatcherWidthDefaultConfiguration from Drupal\Tests\linkit\Kernel\Matchers
...
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 kernel tests, e.g.
phpunit --testsuite="kernel" --group="linkit"
Active
6.1
Code