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

Global php and phpunit not working out of the box #113

Open
sm11963 opened this issue Sep 19, 2024 · 0 comments · May be fixed by #116
Open

Global php and phpunit not working out of the box #113

sm11963 opened this issue Sep 19, 2024 · 0 comments · May be fixed by #116

Comments

@sm11963
Copy link

sm11963 commented Sep 19, 2024

Repro

  1. Set up workspace with only global php and global phpunit
  2. Run extension with default settings

Outcome

Empty command is run.

Task tab:

 *  Executing task:  --colors=always --filter 'MathExpressionTest' '/Users/smiller/projects/bga/bga-mars/modules/tests/MathExpressionTest.php' 

zsh:1: command not found: --colors=always

 *  The terminal process "/bin/zsh '-l', '-c', ' --colors=always --filter 'MathExpressionTest' '/Users/smiller/projects/bga/bga-mars/modules/tests/MathExpressionTest.php''" failed to launch (exit code: 127). 
 *  Terminal will be reused by tasks, press any key to close it. 

Output tab:

Running phpunit with driver: Composer
 --colors=always --filter 'MathExpressionTest' '/Users/smiller/projects/bga/bga-mars/modules/tests/MathExpressionTest.php'

Expected outcome

PhpUnit is executed with global php and phpunit

Logs / output / settings

Provided above, all default settings.

Environment Values
Extension version 4.16.1
Operating system MacOs 14.6.1
@sm11963 sm11963 linked a pull request Sep 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant