I want to use MakeGood[1] for executing PHPUnit-Tests within my eclipse. Local PHPUnit-setup is done, I can execute tests successfully.
But when starting a PHPUnit-Test via MakeGood, it stopps at
new Memcache();
where "Memcache" is the pecl-extension. Error message is "Fatal error: Class 'Memcache' not found".
How can I get the test in MakeGood running?