Running unit tests #7989
-
Is there a guide on running unit tests? I have tried to reverse engineer tests based on GitHub Actions, but I'm obviously missing something. Here is my setup:
Here is what I get as the output:
|
Beta Was this translation helpful? Give feedback.
Answered by
jonwaldstein
Jun 25, 2025
Replies: 1 comment 2 replies
-
Hey @stankovski 👋 To run unit tests you should use composer composer install
composer test |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
stankovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @stankovski 👋
To run unit tests you should use composer
composer install composer test