Problem/Motivation
Domain path is failing Gitlab CI phpcs test
Steps to reproduce
View the recent test report:
https://git.drupalcode.org/issue/domain_path-3402507/-/jobs/356370
Proposed resolution
Review the issues identified and resolve them in the code.
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Issue fork domain_path-3409106
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
i-trokhanenkoHi @tporchia88, I've committed the phpunit and eslint fixes, but can't merge the phpcs changes. Could you please pull the latest changes to your MR? Thanks in advance!
Comment #4
quadrexdevLet's fix all the failing validation stuff over there :)
Comment #7
mradcliffeTests are going to fail on Drupal 11 until domain module has a new release since the one included in the tests doesn't have #3479098: Fix newly reported phpcs issues in latest pipeline yet.
I added drupal 10 (Previous major) testing.
Comment #8
mably commentedGitlab CI jobs are passing fine now. Thanksç!