Skip to content
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

CI: improve the test running #600

Open
jrfnl opened this issue Nov 7, 2021 · 0 comments
Open

CI: improve the test running #600

jrfnl opened this issue Nov 7, 2021 · 0 comments

Comments

@jrfnl
Copy link
Member

jrfnl commented Nov 7, 2021

For all sorts of reasons it would be good to have some more variation in the test environments on which the tests are run in CI.

Some suggestions/ideas:

  • Run some test runs via PHPUnit installed via Composer, others with a PHPUnit PHAR so both autoloading mechanisms are tested.
  • Run tests both against Ubuntu as well as Windows OS. Maybe also MacOS ?
  • Add test runs with select PHP extensions disabled and potentially some functions disabled.
    Think:
    • Curl vs Fsockopen.
    • Decompression tries various PHP methods depending on availability. As the first one is available in the default CI setup, the logic and code for the fall-back methods is never actually tested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant