DannyBen / php-quandl

Easy access to the Quandl Data API using PHP
MIT License
54 stars 13 forks source link

Fix tests for PHP7 #17

Closed DannyBen closed 7 years ago

DannyBen commented 7 years ago

This PR attepts to fix travis PHP7 tests by requireing PHPUnit.

In addition, it seems like the getBulk test was looking for a much larger file download, which was probably caused by Quandl nor properly responding to partial bulk request.