Problem/Motivation
Currently, Drupal\Tests\domain_entity\Functional\DomainEntitySourceUrlsTest::testDisabledRoute is failing. Need to investigate it and fix.
Issue fork domain_entity-3570729
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
vitaliyb98 commented1. Fixed failed test because of /web/ prefix in the URL during testing on GitLab.
Repalced:
With:
Which will cover such cases. (Similar approach used in core: ViewsListTest::testViewsListLimit).
2. Fixed failed test because of deprecation "Implicitly marking parameter $items as nullable is deprecated, the explicit nullable type must be used instead"
Comment #5
bohartThis one has been reviewed and committed, thanks!
Let's proceed further issues.