Problem/Motivation
------ ----------------------------------------------------------------
Line knowledge.install
------ ----------------------------------------------------------------
506 Call to deprecated method loadRevision() of interface
Drupal\Core\Entity\EntityStorageInterface:
in drupal:10.1.0 and is removed from drupal:11.0.0. Use
\Drupal\Core\Entity\RevisionableStorageInterface::loadRevision
instead.
------ ----------------------------------------------------------------
------ ---------------------------------------------------------------------
Line tests/src/Functional/KnowledgeCacheTagsTest.php
------ ---------------------------------------------------------------------
74 Call to static method createBundle() on an unknown class
Drupal\entity_test\EntityTestHelper.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
------ ---------------------------------------------------------------------
------ ---------------------------------------------------------------------
Line tests/src/Functional/KnowledgeNonNodeTest.php
------ ---------------------------------------------------------------------
72 Call to static method createBundle() on an unknown class
Drupal\entity_test\EntityTestHelper.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
504 Call to static method createBundle() on an unknown class
Drupal\entity_test\EntityTestHelper.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
528 Call to static method createBundle() on an unknown class
Drupal\entity_test\EntityTestHelper.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
------ ---------------------------------------------------------------------
------ ---------------------------------------------------------------------
Line tests/src/Functional/Rest/KnowledgeResourceTestBase.php
------ ---------------------------------------------------------------------
99 Call to static method createBundle() on an unknown class
Drupal\entity_test\EntityTestHelper.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
------ --------------------------------------------------------------------- Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork knowledge-3570932
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
bluegeek9 commented