- Issue created by @bart lambert
- 🇷🇸Serbia gnikolovski Subotica, Serbia
Version 3.0.0-alpha1 of the module doesn't use EntityReferenceTestTrait, as you mentioned. Only older versions use that trait.
Also, composer.json seems fine.
Can somebody take a look at those two problems.
these problems pop up in mij "upgrade status" check for this module:
problem 1:
modules/contrib/hierarchical_taxonomy_menu/tests/src/FunctionalJavascript/HierarchicalTaxonomyMenuAdvancedTest.php
line:23
Usage of deprecated trait Drupal\Tests\field\Traits\EntityReferenceTestTrait in class Drupal\Tests\hierarchical_taxonomy_menu\FunctionalJavascript\HierarchicalTaxonomyMenuAdvancedTest. Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait instead.
problem 2:
modules/contrib/hierarchical_taxonomy_menu/composer.json
line: 1
The drupal/core requirement is not compatible with the next major version of Drupal. Either remove it or update it to be compatible. See https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-fi... → .
thanks!
Active
3.0
Code
Version 3.0.0-alpha1 of the module doesn't use EntityReferenceTestTrait, as you mentioned. Only older versions use that trait.
Also, composer.json seems fine.