You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't figure out how to configure Eclipse + Makegood to use PHPUnit in phar archive. I added external phar In Eclipse project properties - PHP Include Path - Libraries, Makegood sees PHPUnit_Framework_TestCase class and can execute tests, but when I run test, error occures: Class 'PHPUnit_Framework_TestSuite' not found (in \resources\php\vendor\piece\stagehand-testrunner\src\Collector\PHPUnitCollector.php on line 124).
After long experiments I installed PHPUnit via Composer and added "require_once 'vendor/autoload.php';" in preload script, but I don't need Composer, phar is more convinient.
Can't figure out how to configure Eclipse + Makegood to use PHPUnit in phar archive. I added external phar In Eclipse project properties - PHP Include Path - Libraries, Makegood sees PHPUnit_Framework_TestCase class and can execute tests, but when I run test, error occures: Class 'PHPUnit_Framework_TestSuite' not found (in \resources\php\vendor\piece\stagehand-testrunner\src\Collector\PHPUnitCollector.php on line 124).
After long experiments I installed PHPUnit via Composer and added "require_once 'vendor/autoload.php';" in preload script, but I don't need Composer, phar is more convinient.
But how can I use PHPUnit as phar? PHPUnit will not be distributed as PEAR package, so please update official User Manual (http://piece-framework.com/projects/makegood/wiki/User_Guides_v1).
The text was updated successfully, but these errors were encountered: