Questions tagged [makegood]

MakeGood is a continuous test runner to run unit tests on Eclipse PDT.

http://marketplace.eclipse.org/content/makegood-1

15 questions
4
votes
1 answer

PHPUnit test in Eclipse 4.2 using Makegood is not running

I have PHPUnit installed using composer and everything works as expected. I can run tests and I get the expected output. This is my composer.json ... "require-dev": { "phpunit/phpunit": "4.1.*", "piece/stagehand-testrunner": ">=3.6.1"…
FFMG
  • 1,208
  • 1
  • 10
  • 24
2
votes
1 answer

PHPUnit_Framework_TestCase class is not available. Fix... - Makegood , Eclipse

I am working in OSX 10.11 I am trying to setup PHPUnit , MAKEGood and Xdebug with Eclipse . XDebug is Done . I can Run PHPUnit tests form the console . But now configuring MakeGood is lot more harder than i expected . MY PHP Executables Do i…
Kanishka Panamaldeniya
  • 17,302
  • 31
  • 123
  • 193
2
votes
1 answer

Eclipse Luna + PHPUnit + MakeGood

I want to be able to launch unit test in PHP under Eclipse. So I had to install Eclipse with PEAR and Makegood using this tutorial http://blog.loftdigital.com/running-phpunit-tests-in-eclipse-pdt First I installed Eclipse Luna. Then I added the PHP…
2
votes
1 answer

MakeGood-Error with PhpUnit in Eclipse

I want to use the Eclipse plugin "makegood" to use php-unit-tests in Eclipse. When I'm running phpunit on console, everything is working. I followed the following instruction to set up the makegood-plugin in Eclipse:…
1
vote
2 answers

php unit-testing, eclipse PDT, makegood, xdebug

Is there any way to force makegood stop on breakpoints in order to inspect vars,etc ? I installed eclipse indigo 3.7 + PDT tools, secondly I configured xdebug and it works during plain debug. at last I installed makegood from marketplace and enabled…
user1526659
1
vote
1 answer

Makegood in Eclipse says "The main script is not found"

I googled this unexpected error message and there not a single result. I am using Eclipse Helios (3.6) with Makegood plugin to run PHPUnit test. PHPUnit is working just fine. I can also use Makegood to one test class. But when I run all test, …
Frederic Bazin
  • 1,530
  • 12
  • 27
1
vote
1 answer

PHPUnit + Composer + MakeGood, PHPUnit_Framework_TestCase class is not available. Fix

I am using Eclipse for PHP Developers, Eclipse Neon Milestone (4.6). I have succesfully installed PhpUnit with Composer, and it works great from the command line. I have also installed MakeGood plugin, but a have an error: Already tried all the…
Grigory Ilizirov
  • 1,030
  • 1
  • 8
  • 26
1
vote
0 answers

Is There anyway to remove PHPUnit Phar from a OSX machine

Hi i have installed PHPUnit using curl https://phar.phpunit.de/phpunit.phar -o phpunit.phar chmod +x phpunit.phar mv phpunit.phar /usr/local/bin/phpunit I am working with PHPUnit , Eclipse and Makegood . I have installed another PHPUnit using…
Kanishka Panamaldeniya
  • 17,302
  • 31
  • 123
  • 193
1
vote
1 answer

MakeGood + PHPUnit + Eclipse Luna

I try to do tests with PHPUnit & MakeGood on Eclipse but when i run the test from MakeGood i have an error like that : "Class 'PHPUnit_Framework_TestSuite' not found in…
Ouraios
  • 11
  • 1
1
vote
1 answer

PHPUnit in Eclipse Fatal Error

I am currently working on setting up php unit testing on windows in eclipse with the version Version: Juno Service Release 2 Build id: 20130225-0426 Here is the fatal error that I am getting when running "run all tests" from eclipse. Fatal…
Gary Drocella
  • 337
  • 1
  • 2
  • 11
1
vote
1 answer

Eclipse Makegood PHPUnit repository can't read

I've been trying to install Makegood in Eclipse juno. But I can't read the repository for Makegood. it shows an error in eclipse like Unable to read repository at http://eclipse.piece-framework.com. http://eclipse.piece-framework.com is not a valid…
user2959221
  • 295
  • 2
  • 4
  • 11
0
votes
1 answer

Headers already sent when using MakeGood plugin

When using the MakeGood plugin in Eclipse to run a test that sets headers, I get: Cannot modify header information - headers already sent by (output started at C:\wamp\bin\php\php5.3.8\pear\PHPUnit\Util\Printer.php:173) This same test works fine…
Luke
  • 768
  • 2
  • 14
  • 33
0
votes
0 answers

How to fix an error while installing XAMPP on Windows, when Apache is not working and UAC cannot be deactivated?"

Everytime i start the pache in xampp it's not running and there was an error like blockport. I tried to reinstall the xampp, turn off the firewall, change UAC and restart pc but all of this is not resolving the error.
0
votes
0 answers

Eclipse MakeGood Error: PHPUnit_Framework_TestCase class is not available

I've been having an issue setting up XDebug (2.6.0) to work with PHPUnit (6.0.13) in Eclipse Neon (4.6.3). I've had XDebug working within my browser, and have had PHPUnit working from the command line, however am unable to get the two working…
Dom_TC
  • 83
  • 6
0
votes
1 answer

Makegood: Class 'Memcache' not found when exeuction PHPUnit

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…
Markus Schulte
  • 4,171
  • 3
  • 47
  • 58