phpunit-slow-test-detector icon indicating copy to clipboard operation
phpunit-slow-test-detector copied to clipboard

⏱️ Provides a composer package with an extension for detecting slow tests in phpunit/phpunit.

Results 12 phpunit-slow-test-detector issues
Sort by recently updated
recently updated
newest added

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...

dependency

# 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...