Closed CaioBianchi closed 5 years ago
There's a duplicated call for AccessMethods.php on HttpClient.php, PHP would ignore it, but by removing it, we'll save a server request.
AccessMethods.php
HttpClient.php
Your tests are failing because you don't have any ENV variables set in TravisCI.
...?
thanks for reporting @CaioBianchi this should be fixed with #17
There's a duplicated call for
AccessMethods.php
onHttpClient.php
, PHP would ignore it, but by removing it, we'll save a server request.