- Changelog (
v3.3.0...v.4.0.0) - PR #81 Reformat slow test case output for compatibility with PHPUnit --filter option
- PR #82 New option
stopOnSlowstops execution upon first slow test. Default: false. - [...
Unclaimed project
Are you a maintainer of phpunit-speedtrap? Claim this project to take control of your public changelog and roadmap.
Changelog
Reports on slow-running tests in your PHPUnit test suite
v3.3.0...v.4.0.0)stopOnSlow stops execution upon first slow test. Default: false.π Version 3.3.0 has been released! π
If you encounter issues please open a new Issue or create a new Discussion.
Version 3.3.0 is backwards compatible with all prior version 3.0 releases. There are no breaking changes.
{
"require": {
"johnkary/phpunit-speedtrap": "^3.3"
}
}
$ composer update johnkary/phpunit-speedtrap...
Added compatibility with PHPUnit 8.0+ via composer.json.
No changes required.