Releases: chiefmyron/phpunit-test-workbench
Releases · chiefmyron/phpunit-test-workbench
v0.8.2
Fixed
- Paths in stack frames contain extraneous spaces (#109)
v0.8.1
Fixed
- Named data provider elements not detected when running single test method (#107)
v0.8.0
New
- Add support for stack traces on test failure messages (#105)
v0.7.4
Fixed
- Error peek not appearing on correct line when running Laravel v10.x tests (#101)
v0.7.3
Changed
- Shift peek for test failures to appear on the line where the test failure occurred (#98)
v0.7.2
Fixed
- Renaming a test class causes child methods to be "undetected" until full refresh of tests (#96)
v0.7.1
Fixed
- Debugging a test triggers code coverage (#94)
v0.7.0
New
- Add namespace / class / method icons to items in Test Explorer (#90)
- Add new 'Rerun last test' command (#89)
- Add test coverage run profile (#33)
v0.6.1
Fixed
- Pipe escaped characters still appearing in expected / actual result values (#87)
v0.6.0
New
- Add support for continuous run test profiles (#68)
- Add indicator to status bar when test detection is running (#73)
Changed
- Tidy up logging and test results messages (#81)
- Refactored test output parsing (#82)
Fixed
- File watcher not triggering for test file on change while in a remote Dev Container (#76)
- Prevent workspace scanning for test executing more than once at the same time (#86)