vscode-phpunit icon indicating copy to clipboard operation
vscode-phpunit copied to clipboard

VSCode extension for phpunit.

Results 34 vscode-phpunit issues
Sort by recently updated
recently updated
newest added

I have Nushell set as my default shell in VS Code on Windows. When I run a test, I see the following: ``` * Executing task: phpunit.bat --colors=always 'c:/Users/Charles/Dev/Exercism/php/hamming/HammingTest.php' Error:...

HI @elonmallin ! Could you please cut a release of this extension? I would like to use `envVars` but it is not available in the most recent version on the...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Wrapped the path to the `phpunit.xml` file in quotes, to handle the case in which it contains spaces.

Related issue https://github.com/elonmallin/vscode-phpunit/issues/37 (Spaces in file path in windows 10) Seems the above issue was fixed for running the phpunit command initially, however the configuration phpunit.xml file is encountering the...

Run command `PHPUnit Rerun Last Test`, each time I use this command, it add another extra `--colors=always` argument ## Outcome `Executing task: php 'path/my_project/vendor/phpunit/phpunit/phpunit' --colors=always --colors=always --colors=always --colors=always 'path/my_project/tests/Unit/MyTest.php' --filter...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

When terminal is not in the same place as the output window (e.g. on the right), it is really annoying to have the output window popping up from the bottom...

## Repro 1. Add some argument in config, e.g. ```json "phpunit.args": [ "--testdox" ], ``` 2. Run a test The command is: `Executing task: /some/path/vendor/bin/phpunit' --testdox --colors=always '/some/path'` 3. Execute...