Issue #3600658: Fix test pipeline failures

Summary

Fixes the ctools test pipeline failures without changing module functionality.

Changes

  • Added missing field storage config fixtures for test modules.
  • Fixed test-only config entity route metadata used by the wizard test.
  • Fixed PHPStan failures through dependency injection, corrected method arguments, and typed-data/test helper updates.
  • Fixed PHPCS documentation and formatting issues.
  • Fixed CSpell typos and added legitimate project/proper-name words.
  • Fixed YAML indentation reported by ESLint.
  • Fixed failing testEntityWizard test:
    • Entity form wizards now inherit the base wizard service parameters before adding the entity type manager.
  • Modifies .gitlab-ci.yml to avoid running Drupal 11 PHPUnit against the Drupal 10 3.x branch.

Closes #3600658

Edited by Kieran Cott

Merge request reports

Loading