Issue #3413198 by DYdave: Automated testing on GitLab CI: Added initial...
https://www.drupal.org/project/simple_block/issues/3413198
Automated testing on GitLab CI:
Added initial configuration file .gitlab-ci.yml based on template and documentation from Drupal.org documentation: GitLab CI, to provide automated testing with GitLab CI pipelines.
Fixed automated tests issues:
- Fixed
eslintandphpcscoding standards errors. - Fixed
phpstanissues by declaring constructorsfinal(see #3412951 and #3405618 for more information) - Fixed
phpuniterrors by- replacing the
classytheme withclarowhich is now the core admin theme for D10 - and adding permission to
create page contentto be able to test a node (simple_block_layout_builder).
- replacing the
Edited by David Suissa