Problem/Motivation
The commit from #2956990: Settings no longer stored as third party settings seemed to have caused at least some deprecation regressions that cause tests to fail
(https://www.drupal.org/pift-ci-job/2701416)
It may be that #3366412: TypeError on latest dev is another regression from that issue (need to investigate still).
This issue will try to make tests run and fix at least the deprecation warnings that cause tests to fail
Steps to reproduce
composer require --dev symfony/phpunit-bridge 'drupal/menu_multilingual:^1.0@alpha' drupal/menu_block \
SYMFONY_DEPRECATIONS_HELPER=strict SIMPLETEST_BASE_URL=http://web php code/vendor/bin/phpunit -c code/core/phpunit.xml.dist code/modules/contrib/menu_multilingual/tests/
Issue fork menu_multilingual-3374855
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 #3
stefanos.petrakisThis small change to require-dev should fix the tests
Comment #6
matsbla commented