thephpleague / phpunit-coverage-listener

Report code coverage statistics to third-party services
thephpleague.com
MIT License
48 stars 6 forks source link

PHP 5.5 Fatal error #1

Closed lucadegasperi closed 11 years ago

lucadegasperi commented 11 years ago

I'm running phpunit on Travis CI together with this package to send coverage reports to Coveralls. When running the tests on PHP 5.5 this error gets raised.

I'm in no rush to have this fixed but it might interest you:

Fatal error: Uncaught exception 'PHPUnit_Framework_Error_Deprecated' with message 'curl_setopt(): The usage of the @filename API for file uploading is deprecated. Please use the CURLFile class instead

Here's the full stack trace: https://travis-ci.org/lucadegasperi/oauth2-server-laravel/jobs/12226366

toopay commented 11 years ago

@lucadegasperi thanks for letting me notice this. Fixed.

lucadegasperi commented 11 years ago

You are welcome, thanks for this great package!