humanmade / Salty-WordPress

A flavorful way to manage your entire WordPress stack.
126 stars 22 forks source link

Use phpunit 4.8 #122

Closed willmot closed 8 years ago

willmot commented 8 years ago

PHPUnit 5.0 requires PHP 5.6. Unfortunately we're stuck on 5.5.9 at the moment. Until such a time that we can switch to 5.6 we'll need to install the previous version of PHPUnit, 4.8.x

If you provision a fresh copy of Salty and try to use the version of PHPUnit it ships with you currently get:

This version of PHPUnit requires PHP 5.6; using the latest version of PHP is highly recommended.
willmot commented 8 years ago

@joehoyle review/merge

joehoyle commented 8 years ago

Thanks