jonjomckay / quahog

A PHP client library for the ClamAV clamd daemon
MIT License
80 stars 23 forks source link

Update of PHPUnit to 5.7 #27

Closed SenseException closed 6 years ago

SenseException commented 7 years ago

Because quahog has the minimum PHP version of 5.6, we need to update PHPUnit and quahog's tests to a new version. PHPUnit 5.7 supports PHP 5.6 and is therefore the version of choice.

This is an easypick for developers, who are new to contributing to open source and want to be part it.

jonjomckay commented 6 years ago

Thanks @SenseException - that new PHPUnit API is very nice :)

SenseException commented 6 years ago

Thank you.