smartystreets / smartystreets-php-sdk

The official client libraries for accessing SmartyStreets APIs from the PHP Hypertext Processor.
https://smartystreets.com/docs/sdk/php
Apache License 2.0
28 stars 15 forks source link

Does the PHPUnit executable need to be checked in? #21

Closed rwliang closed 5 months ago

rwliang commented 4 years ago

Hey folks - we noticed after updating our SDK that the fairly-large PHPUnit executable had been added to our vendor directory. Does that file need to be checked into this repo?

RyanLCox1 commented 5 months ago

We don't want to check in the phpunit executable. It's a separate project used as a dependency for unit testing only.