piece / makegood

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

Fatal makegood in ecplise kepler #64

Open bokmani opened 10 years ago

bokmani commented 10 years ago

Environment Mac Maverics + eclipse(Kepler) PHP : 5.4.24 PDT : 3.2.0 phpunit 4.1.* via composer

i did set "PHP include path = /.composer/vendor/", then i can execute makegood (without PHPUnit_Framework_TestCase class is not available. Fix..)

But, when execute makegood , occurred below error .

How do i fix this error?

Fatal error: Class 'PHPUnit_Framework_TestSuite' not found in /Users/username/Desktop/eclipse/plugins/com.piece_framework.makegood.stagehandtestrunner_3.1.0.v201407050319/resources/php/vendor/piece/stagehand-testrunner/src/Collector/PHPUnitCollector.php on line 124

iteman commented 10 years ago

The vendor directory should be added to the PHP build path for your Eclipse project.

See also #68.