Problem/Motivation
Gitlab CI pipeline was added for code checking.
The code does not pass all the tests.
Steps to reproduce
Check the recent gitlab pipeline run, for the failed tests.
Proposed resolution
Fix all the code styling warning.
Issue fork private_content-3563323
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
batigolixFirst the tests need to be merged before fixing code styling etc.
#2948622: Improve tests
Comment #4
batigolixComment #5
batigolixComment #6
batigolixComment #7
arjenk commentedReviewed and tested MR !6 on Drupal 11.3. Locally phpcs goes to 0 errors, all 25 functional tests pass, and the pipeline is green.
The patch is large but mostly reformatting. Some deletion of dead code, and a move of define(). Only one phpstan deprecation ( variableGet(), in old D6 migration code) left, but the pipeline is green, so i would say RTBC.
Comment #8
batigolix