tecnickcom / tc-lib-color

PHP library to manipulate various color representations
Other
23 stars 6 forks source link

Allow PHPUnit 5 6 and Code coverage with PHP 7 #2

Closed remicollet closed 8 years ago

remicollet commented 9 years ago

Tested with PHPUnit 5.0.6

remicollet commented 9 years ago

Notice, because of composer.lock, people will still use same version.

This can raise issue in travis (but doesn't seems enabled on this repo)

Without composer.lock users of php <= 5.5 will pull PHPUnit 4.8 users of php >= 5.6 will pull PHPUnit 5.0

nicolaasuni commented 9 years ago

I am not sure that using two different phpunit versions is a good idea as there could be a case when the test differs.

remicollet commented 9 years ago

Additional commit (not depend on 1st) allow to run code coverage with PHP7

nicolaasuni commented 8 years ago

The multiple phpunit versions issue has been fixed on the latest release. Closing this as no longer relevant.