-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH Actions: various updates #8
GH Actions: various updates #8
Conversation
1. Start running tests against PHP 8.4 (expected to be released end of November). 2. Update the `actions/checkout` action runner. 3. Update the `ramsey/composer-install` action runner. 4. Fix an outdated link.
ed8c7c2
to
c4ec1a8
Compare
Thank you very much, @jrfnl! Is it normal that under Unit Test we're getting the below numbers? -
Specifically, what does |
Hi @solardiz, yes, what you showed is the test summary. This will always show the total number of test methods run + the total number of assertions run (one test method may contain multiple assertions, so tests will normally be equal to or lower than the assertions count. Depending on the PHPUnit version, various other counters could show (depending on tests and status):
Does that help ? Generally speaking, if all tests pass, PHPUnit will have a Looking at the current summary, let me fix those deprecations and get the tests running on PHPUnit 11 too (released Feb 2024). |
It certainly does. Too much detail for right now (as I'm busy with other projects), but a helpful reference for later. Thank you!
I guess this means another PR from you soon. :-) |
Indeed. PR #9 actions the first part ("fix those deprecations"). |
actions/checkout
action runner.ramsey/composer-install
action runner.