Closed (fixed)
Project:
Sodium
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2024 at 15:01 UTC
Updated:
11 Oct 2024 at 01:19 UTC
Jump to comment: Most recent
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.
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