-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using phpunit.phar with makegood? #89
Comments
Use phpstorm it works out of the box with the latest version of phpunit. Make good doesn't work with phpunit 5+ Sent via the Samsung GALAXY S® 5, an AT&T 4G LTE smartphone -------- Original message -------- I am trying to get makegood working with Eclipse Mars. I'd like to use a phpunit.phar archive in my project directory to run tests. I've tested this at the command line and it works just fine: $ ./phpunit-5.2.9.phar -c tests/phpunit.xml --testsuite models However, I can't seem to get it working using makegood. Any suggestions? — |
phpstorm is not free, is it? Is Makegood not been developed anymore? |
Php storm is not free but it will save you a much more valuable resource, your time. Sent via the Samsung GALAXY S® 5, an AT&T 4G LTE smartphone -------- Original message -------- phpstorm is not free, is it? I have an open source project and I don't really want to pay for an IDE. Is Makegood not been developed anymore? — |
I want to stick with the eclipse ecosystem. |
Not sure about other countries, but in my country $119 per year is a ridiculous amount of money for an open source project. |
I added this to MakeGood, but I don't know how to github well enough to send my patch to the project maintainers. Are any of you maintainers? |
I am trying to get makegood working with Eclipse Mars. I'd like to use a phpunit.phar archive in my project directory to run tests. I've tested this at the command line and it works just fine:
$ ./phpunit-5.2.9.phar -c tests/phpunit.xml --testsuite models
However, I can't seem to get it working using makegood. Any suggestions?
The text was updated successfully, but these errors were encountered: