EasyPost/easypost-php

Write Unit Testing - Switch from PHPUnit 3 to PHPUnit 7/8

Justintime50 opened this issue · 0 comments

There is a single incomplete unit test in this library and it's using PHPUnit 3 which is incredibly deprecated. We should upgrade to PHPUnit 7/8 which is compatible with PHP 7.x and write unit tests for more than just the Address object.