AfriCC / php-epp2

A High Level EPP TCP/SSL Client for PHP
GNU General Public License v3.0
53 stars 32 forks source link

Run test #95

Closed rezasrk closed 2 years ago

rezasrk commented 2 years ago

Hi Why did not add PHPUnit on the composer.json file? I wanted to run the test but the PHPUnit package does not exist;

lifeofguenter commented 2 years ago

This has been fixed and solved, you can now run the following:

$ make build
$ make test