MakeGood
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
August 2022 | NA | 0 (0%) | 5 |
July 2022 | NA | 0 (0%) | 23 |
June 2022 | NA | 0 (0%) | 7 |
May 2022 | NA | 0 (0%) | 23 |
April 2022 | NA | 0 (0%) | 15 |
March 2022 | NA | 0 (0%) | 5 |
February 2022 | NA | 0 (0%) | 11 |
January 2022 | NA | 0 (0%) | 11 |
December 2021 | NA | 0 (0%) | 13 |
November 2021 | NA | 0 (0%) | 16 |
October 2021 | NA | 0 (0%) | 14 |
September 2021 | NA | 0 (0%) | 18 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Sunday, September 27, 2020 - 22:35
Reviews Sign in to post reviews
Makegood plugin problem in eclipse-php-mars-2-win32-x86_64
Submitted by Smiling Smiling on Sat, 2016-03-26 08:54
I got the following error when running a test:
Fatal error: Interface 'Symfony\Component\DependencyInjection\IntrospectableContainerInterface' not found in D:\ActivePrograms\eclipse-php-mars-2-win32-x86_64\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_3.1.1.v201409021510\resources\php\vendor\symfony\dependency-injection\Symfony\Component\DependencyInjection\Container.php on line 64
I have no idea what went wrong. Seemed like the Container file couldn't see the IntrospectableContainerInterface despite it being in the same location as IntrospectableContainerInterface.php. Any suggestion is appreciated. Thank you.
Another bug :(
Submitted by Rogerio Tadim on Mon, 2014-12-22 12:18
related but not answered as can be checked at:
github dot com piece makegood issues 74
Found a bug
Submitted by Thomas Reynolds on Mon, 2013-03-25 22:16
Fatal error: Using $this when not in object context in C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\php\Stagehand\TestRunner\Collector\Collector.php on line 115
Call Stack:
0.0043 365712 1. {main}() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\bin\testrunner.php:0
0.7416 2227648 2. Symfony\Component\Console\Application->run() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\bin\testrunner.php:59
0.9041 2636320 3. Symfony\Component\Console\Application->doRun() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\php\Symfony\Component\Console\Application.php:105
0.9221 2636320 4. Symfony\Component\Console\Command\Command->run() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\php\Symfony\Component\Console\Application.php:192
0.9600 2637464 5. Stagehand\TestRunner\CLI\TestRunnerApplication\Command\PluginCommand->execute() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\php\Symfony\Component\Console\Command\Command.php:238
2.4382 5153296 6. Stagehand\TestRunner\Process\TestRunner->run() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\php\Stagehand\TestRunner\CLI\TestRunnerApplication\Command\PluginCommand.php:149
2.4487 5171712 7. Stagehand\TestRunner\Collector\Collector->collect() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\php\Stagehand\TestRunner\Process\TestRunner.php:106
2.4488 5172488 8. Stagehand\TestRunner\Core\TestTargetRepository->walkOnResources() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\php\Stagehand\TestRunner\Collector\Collector.php:132
2.4488 5172688 9. array_walk() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\php\Stagehand\TestRunner\Core\TestTargetRepository.php:110
2.4488 5172752 10. Stagehand\TestRunner\Collector\{closure}() C:\Users\Garzahd\Programs\eclipse\plugins\com.piece_framework.makegood.stagehandtestrunner_2.4.0.v201303191720\resources\php\php\Stagehand\TestRunner\Core\TestTargetRepository.php:110
Way too slow
Submitted by Engin AYDOGAN on Wed, 2012-12-12 17:31
I couldn't track the reason yet but from command line tests take 1-2 seconds... within Eclipse+MakeGood they take 42 seconds.
Getting error in Stagehand/TestRunnier/Core/Bootstrap.php
Submitted by Matt Schuckmann on Mon, 2012-11-26 19:39
This used to work very nicely but it appears that the authors have some configuration problems.
I've been getting an error about a missing function workingDirectoryAtStartup() in the Bootstrap.php file.
I've figured out that the problem is I have stageHand 3.4 installed (via PEAR) but Makegood installs part of all of a StageHand 3.2 into it's plugin directory. The problem is Makegood tries to launch StageHand with the testrunner launcher for version 3.2 but then the PHP include startings including stuff rom 3.4 and it all falls apart.
Getting error in Stagehand/TestRunnier/Core/Bootstrap.php
Submitted by Matt Schuckmann on Mon, 2012-11-26 19:00
I had Makegood working a few months ago with an earlier version and PHPUnit. I just came back to it and updated everything and now I'm getting a very frustrating error of
Call to undefined funciton Stagehand\TestRunner\Core\workingDirectoryAtStartup() in /usr/share/php/Stagehand/TestRunner/Core/Bootstrap.php on line 93.
This appears to be a problem with Stagehand but there is no user guide for Stagehand nor is there a user guide for the latest version of MakeGood so I'm really at a loss here.
How to open Test Results and Failure Trace at the same time?
Submitted by Shichao Wang on Sun, 2012-07-22 12:36
How to open Test Results and Failure Trace at the same time? The old version (1.9) is better.
Very Promising
Submitted by Jamie Talbot on Wed, 2010-07-21 21:01
Very much looking forward to this working for Eclipse 3.6. The views and launch choices are exactly what I'm looking for - better even than Zend Studio's! Couldn't get it fully working due to a couple of exceptions at the moment, but hopefully will be fixed up soon.
Very nice!
Submitted by Greg Mising name on Tue, 2010-06-29 20:46
Working perfectly once you understand your test files must end in .Test.php (capital T). Allows to run tests each time you save a file, allows to debug tests just like regular php code... Very good plugin.