Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makegood doesn't pass arguments to launch delegate #41

Open
ScottChapman opened this issue Aug 21, 2013 · 4 comments
Open

Makegood doesn't pass arguments to launch delegate #41

ScottChapman opened this issue Aug 21, 2013 · 4 comments
Labels

Comments

@ScottChapman
Copy link

I have tried installing MakeGood in both Juno and Kepler with the same results.

It seems to not pass the necessary arguments to the launch delegate. Instead of seeing my unit tests run, I see help text for the launch delegate printed in my console.

@matsu-hide8
Copy link
Member

I'd like to know more about the your environment and context.
Please let me know the following information:

  • OS
  • MakeGood property at your project
  • Printed text in your console

@lejek
Copy link

lejek commented Dec 28, 2013

I second that issue exists on:

  • eclipse (kepler and 3.8) on macosx 10.8.4,
  • eclipse 3.8 on win7 64bit,
  • MakeGood 2.5.0.v201311031709 with PHPUnit.

Text in console:

Stagehand_TestRunner version 3.6.2
Copyright (c) 2005-2013 KUBO Atsuhiro and contributors,
All rights reserved.
Usage:
  [options] command [arguments]
Options:
  --help           -h Prints help and exit.
  --version        -V Prints version information and exit.
  --ansi              Enables ANSI output.
  --no-ansi           Disables ANSI output.
Testing Framework Commands:
  cakephp               Runs tests with CakePHP.
  ciunit                Runs tests with CIUnit.
  phpspec               Runs tests with PHPSpec.
  phpunit               Runs tests with PHPUnit.
  simpletest            Runs tests with SimpleTest.
Other Commands:
  compile               Compiles the DIC for the production environment.
  help                  Prints the help for a command.
  list                  Lists commands.
  phpunit:passthrough   Runs the phpunit command via the testrunner command.

Tried various settings and installations, reinstalling pear, makegood, eclipse.

Tests works fine running by PHP Tools plugin (PHPUnit).

@cambell-prince
Copy link

I also have this issue.

OS = Windows 64
Eclipse Indigo

No args are passed into the test runner.

Update: When I install the PHP Tool Integration plugin the arguments get passed in.

@chanjunweimy
Copy link

I had the same issue as well!

OS = Windows 8.1 64bit
Eclipse Kepler
MakeGood + PhpUnit1

As I had installed PhpUnit when I installed XAMPP windows, I linked the XAMPP's Pear directory to eclipse and no args are passed into the test runner.

However, after I installed the PHP Tool integration plugin, I linked the eclipse's pear directory and then it starts working. I am guessing it is because of different version of PhpUnit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants