Releases: renandelmonico/vscode-phpunit
Releases · renandelmonico/vscode-phpunit
Fixed injection of wrong config file
What's Changed
- Create codeql-analysis.yml by @renandelmonico in #2
- Added command to specify phpunit config file by @renandelmonico in #6
Added two commands:
"phpunit.discoverConfigFile"
- if true the extension automatically try to find phpunit.xml or phpunit.xml.dist in you project"phpunit.configFile"
- path to phpunit.xml or phpunit.xml.dist file. If this config is specified the "phpunit.discoverConfigFile" automatically turns to false- Updated dev dependencies
Issues
Full Changelog: 0.6.1...0.6.2
0.6.1
- Fixed bash -c with php official image
Full Changelog: 0.6.0...0.6.1
Docker support
What's Changed
- Docker support by @renandelmonico in #1
New Contributors
- @renandelmonico made their first contribution in #1
Full Changelog: https://github.com/renandelmonico/vscode-phpunit/commits/0.6.0