PHPUnit tests now run on Wercker builds so we don't accidentally break things. :computer: :hammer:
Some more details:
Our Wercker box, originally created for the scholarship app, does not include MySQL. I added a build step to install it and create the same default user as expected in a Homestead environment.
We also needed to install the PHP extensions for MySQL and GD (for image processing when seeding the database.)
These steps should probably live in the box so they don't need to be repeated for each build, but that's outside my sphere of influence. :crystal_ball:
How do I test this?
The Wercker build already did! Automate all the things! :traffic_light:
Changes
PHPUnit tests now run on Wercker builds so we don't accidentally break things. :computer: :hammer:
Some more details:
These steps should probably live in the box so they don't need to be repeated for each build, but that's outside my sphere of influence. :crystal_ball:
How do I test this?
The Wercker build already did! Automate all the things! :traffic_light:
For review: @angaither