piece / makegood

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

Using phpunit.phar with makegood? #89

Open kjkeefe opened 8 years ago

kjkeefe commented 8 years ago

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?

woodcockjosh commented 8 years ago

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 -------- From: kenjkeefe notifications@github.com Date: 2/20/2016 1:11 AM (GMT-06:00) To: piece/makegood makegood@noreply.github.com Subject: [makegood] Using phpunit.phar with makegood? (#89)

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?

— Reply to this email directly or view it on GitHub.

FFMG commented 8 years ago

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?

woodcockjosh commented 8 years ago

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 -------- From: FFMG notifications@github.com Date: 2/20/2016 9:18 AM (GMT-06:00) To: piece/makegood makegood@noreply.github.com Cc: Josh Woodcock joshwoodcock@beagile.biz Subject: Re: [makegood] Using phpunit.phar with makegood? (#89)

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?

— Reply to this email directly or view it on GitHub.

kjkeefe commented 8 years ago

I want to stick with the eclipse ecosystem.

FFMG commented 8 years ago

Not sure about other countries, but in my country $119 per year is a ridiculous amount of money for an open source project. I would rather use the free eclipse.

kjkeefe commented 8 years ago

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?