Problem/Motivation
Drupal.org now has a Gitlab CI template for automatically unit tests, coding standards tests, phpstan, and cspell.
Simply adding the template file to the project will start a suite of automated tests.
Issue fork sodium-3442136
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
ptmkenny commentedComment #4
ptmkenny commentedThis MR now tests the next and previous minors, plus previous major. Also, the changes were very minor so I fixed the cspell test by adding a dictionary word and fixing one typo.
Comment #5
ptmkenny commentedThe coding standards fixes were also very minor (alphabetizing use statements) so I added them to this MR.
Comment #6
ptmkenny commentedComment #9
ptmkenny commentedphpunit tests on 3.x are not passing, but since this is a dev branch, I will commit this as is (so that we have the same commit on 2.x and 3.x) and then fix the phpunit tests in a separate issue.
Comment #11
ptmkenny commented