mautic / api-library

Mautic API Library
MIT License
180 stars 124 forks source link

add the correct command for the test script #321

Closed mollux closed 8 months ago

mollux commented 8 months ago

in #311 paratest was removed, and phpunit was used instead, but the composer script was not adapted.

This PR fixes this.

To test, check if composer test actually starts running tests (regardless if they fail or not)