Skip to content

composer(deps-dev): bump ergebnis/phpunit-slow-test-detector from 2.16.1 to 2.17.0 #445

composer(deps-dev): bump ergebnis/phpunit-slow-test-detector from 2.16.1 to 2.17.0

composer(deps-dev): bump ergebnis/phpunit-slow-test-detector from 2.16.1 to 2.17.0 #445

Triggered via pull request November 25, 2024 22:03
Status Success
Total duration 49s
Artifacts

integrate.yaml

on: pull_request
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation Tests
Matrix: Refactoring
Matrix: Security Analysis
Matrix: Static Code Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Tests (7.4, locked): src/PreRelease.php#L127
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ } private static function isNumericIdentifier(string $value) : bool { - return 1 === \preg_match('/^\\d+$/', $value); + return 2 === \preg_match('/^\\d+$/', $value); } }