ZooRoyal / coding-standard

This Repository contains the necessary files for testing code against our coding standard.
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Switch from composer to curl for progressive output testing #161

Closed rdss-sknott closed 2 years ago

rdss-sknott commented 2 years ago

Using composer as a test command while executing test lead to composer writing temp files into the composer directory while trying to copy it.

Now the tests use curl as test command instead.

Testing it

If Github Actions is fine everything is tested. If you want to test it manualy install composer >2 and run composer install && composer test.