Skip to content

build: Remove unused extensions requirements and packages #1351

build: Remove unused extensions requirements and packages

build: Remove unused extensions requirements and packages #1351

Triggered via pull request November 5, 2023 19:12
Status Failure
Total duration 18m 5s
Artifacts

unit-tests.yaml

on: pull_request
Matrix: infection
Matrix: unit-tests
Unit tests status
3s
Unit tests status
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Infection (PHP 8.1)
Process completed with exit code 2.
Unit tests status
Process completed with exit code 1.
Infection (PHP 8.1): src/Console/Command/Extract.php#L191
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private static function generateAlias(string $file) : string { $extension = self::getExtension($file); - return bin2hex(random_bytes(16)) . $extension; + return bin2hex(random_bytes(15)) . $extension; } private static function getExtension(string $file) : string {