Problem/Motivation
With gitlab ci this module has access to automated testing with PHPStan, unfortunately the tests are failing at the moment.
Steps to reproduce
https://git.drupalcode.org/project/environment_indicator/-/jobs/3032502
Proposed resolution
Add a phpstan.neon file to let PHPStan know about our custom entity.
Remaining tasks
- Add a
phpstan.neonfile to let PHPStan know about our custom entity. - Set gitlab to not allow merging if the phpstan check fails.phpstan:
allow_failure: false
User interface changes
API changes
Data model changes
Issue fork environment_indicator-3483068
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 #2
trackleft2Comment #5
liam morlandphpstan tests now pass. Only one simple change needed.
Comment #7
trackleft2Comment #8
trackleft2Comment #10
trackleft2