You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since PHPUnit 8.5.7 its a problem it there are no tests and the exit code is 1. Before that the return value was 0.
All my newer libraries have a testsuite for unit tests and one for integration test. Not every library has integration tests. Until 8.5.6 this wasn't an issue.
Summary
Since PHPUnit 8.5.7 its a problem it there are no tests and the exit code is 1. Before that the return value was 0.
All my newer libraries have a testsuite for unit tests and one for integration test. Not every library has integration tests. Until 8.5.6 this wasn't an issue.
Current behavior
No tests => exit code: 1
How to reproduce
setup any project with a testsuite without tests
https://travis-ci.org/github/chubbyphp/chubbyphp-container/builds/700689350
https://travis-ci.org/github/chubbyphp/chubbyphp-container/jobs/700689357
https://travis-ci.org/github/chubbyphp/chubbyphp-container/jobs/700689360
https://travis-ci.org/github/chubbyphp/chubbyphp-container/jobs/700689363
Expected behavior
No tests => exit code: 0
The text was updated successfully, but these errors were encountered: