piece / makegood

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

Can't test on Luna with PDT 3.3, makegood 3.1 #69

Closed 0xMatt closed 10 years ago

0xMatt commented 10 years ago

This may be a user error, but I'm trying to test a project that uses composer. The framework I'm using has their own bootstrap file that I include to prepare my application for testing.

The error is as follows: [PHPUnit_Framework_Error] Argument 3 passed to Stagehand\TestRunner\Util\FailureTrace::findFileAndLineOfFailureOrError() must be an instance of ReflectionClass, boolean given, called in /home/matthew/.eclipse/org.eclipse.platform_4.4.1_1473617060_linux_gtk_x86_64/plugins/com.piece_framework.makegood.stagehandtestrunner_3.1.1.v201409021510/resources/php/vendor/piece/stagehand-testrunner/src/Util/FailureTrace.php on line 80 and defined

Here are my preferences that have always got me by in earlier versions.

Additional details: I've installed makegood via the pdt extension group repository. This is a list of my installed software.

A side question to go with my issue: Does MakeGood follow any preferences that you store for your PHP Tools -> PHPUnit preferences?

0xMatt commented 10 years ago

Issue was likely on my end. After a restarting eclipse a few times all tests are green, weird as none of my personal projects or eclipse packages have updated or been changed.

iteman commented 10 years ago

@0xMatt hmm... It seems to be a cache issue.