WordPress / phpunit-test-reporter

GNU General Public License v3.0
29 stars 21 forks source link

Add environment image library support data. #97

Open adamsilverstein opened 3 years ago

adamsilverstein commented 3 years ago

In https://github.com/WordPress/phpunit-test-runner/pull/134 we are adding the collection of environmental data about the GD/Imagick support of the tested environment.

We should display that data in the report once it is available, as suggested in this comment: https://github.com/WordPress/phpunit-test-runner/pull/134#issuecomment-747422071. The two locations to consider are: https://github.com/WordPress/phpunit-test-reporter/blob/master/parts/single-result.php#L50 https://github.com/WordPress/phpunit-test-reporter/blob/master/src/class-display.php#L337

adamsilverstein commented 3 years ago

@getsource when you have a chance, this is ready for review.