phpunit-slow-test-detector
phpunit-slow-test-detector copied to clipboard
⏱️ Provides a composer package with an extension for detecting slow tests in phpunit/phpunit.
Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.2.0 to 1.2.2. Release notes Sourced from rector/rector's releases. Released Rector 1.2.2 New Features :partying_face: [TypeDeclaration] Add ReturnTypeFromMockObjectRector (#6166) [TypeDeclaration] Add missing usage of ClassMethodReturnTypeOverrideGuard on ReturnTypeFromMockObjectRector...
# Context I would like to use slow-test-detector in a CI, like GitHub Actions. In my `phpunit.xml` file, I have different testsuites (unit, integration...). Each testsuite should have a different...