php-test-reporter icon indicating copy to clipboard operation
php-test-reporter copied to clipboard

DEPRECATED PHP Test Reporter

Results 6 php-test-reporter issues
Sort by recently updated
recently updated
newest added

Using php-coveralls/php-coveralls instead This PR * [ ] * [x] has tests * [x] updates changelog if appropriate Follows #. Related to #. Fixes #.

#### Steps required to reproduce the problem 1. composer install composer.json states: "php": "^5.3 || ^7.0", "symfony/console": "^2.0 || ^3.0 || ^4.0" symfony/service-contracts claims: symfony/service-contracts v2.0.1 requires php ^7.2.5 ####...

It seems that there is no version tagged yet as compatible with php 8

This PR * [ ] * [ ] has tests * [ ] updates changelog if appropriate Follows #. Related to #. Fixes #.

#### Steps required to reproduce the problem 1. composer create-project "symfony/skeleton:^4.0" symfony4 2. cd symfony4 3. composer require codeclimate/php-test-reporter --dev #### Expected Result * Successfully installation #### Actual Result ```...