WPupdatePHP / wp-update-php

Library to be bundled with WordPress plugins to enforce users to upgrade to supported PHP versions.
GNU General Public License v2.0
79 stars 11 forks source link

PhpUnit implementation #44

Closed coenjacobs closed 7 years ago

coenjacobs commented 7 years ago

As it has become a more difficult problem to run PhpSpec on PHP 5.2, I'm rewriting the test suite to PhpUnit and have that run on an older version of the test suite that still offers PHP 5.2 compat.