Closed shvlv closed 3 years ago
Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes/features)
[ ] Docs have been added/updated (for bug fixes/features)
What kind of change does this PR introduce? Bug fix.
What is the current behavior? While running phpunit from Github Action we get No tests executed!
phpunit
No tests executed!
What is the new behavior (if this is a feature change)? Change testsuite name to defined in phpunit.xml.dist.
testsuite
phpunit.xml.dist
Does this PR introduce a breaking change? No.
Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes/features)
[ ] Docs have been added/updated (for bug fixes/features)
What kind of change does this PR introduce? Bug fix.
What is the current behavior? While running
phpunit
from Github Action we getNo tests executed!
What is the new behavior (if this is a feature change)? Change
testsuite
name to defined inphpunit.xml.dist
.Does this PR introduce a breaking change? No.