microsoft / ApplicationInsights-PHP

Azure Application Insights SDK for PHP
https://azure.microsoft.com/services/application-insights/
Other
108 stars 92 forks source link

Fix unit tests in PHP 7.1 #35

Closed wilsonge closed 6 years ago

wilsonge commented 7 years ago

This isn't numeric https://github.com/Microsoft/ApplicationInsights-PHP/blob/master/ApplicationInsights/Tests/Channel/Contracts/Utils_Test.php#L27 so it fails in PHP 7.1 because of https://wiki.php.net/rfc/invalid_strings_in_arithmetic

Solution is to check we have something numeric for operations