piece / makegood

A continuous test runner for Eclipse PDT
https://github.com/piece/makegood/wiki
44 stars 17 forks source link

Added the ability to use a phpunit.phar archive to launch phpunit tests #90

Open kjkeefe opened 8 years ago

kjkeefe commented 8 years ago

This makes things much simpler. I have the .phar file in my project directory so I can push it to my git repo. I've tested this on phpunit 5.2.9.

I've written it so that if the phar file field in the project properties is empty, then makegood works the way it used to.