Closed mollux closed 8 months ago
in #311 paratest was removed, and phpunit was used instead, but the composer script was not adapted.
paratest
phpunit
This PR fixes this.
To test, check if composer test actually starts running tests (regardless if they fail or not)
composer test
in #311
paratest
was removed, andphpunit
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)