build: Remove unused extensions requirements and packages #1351
unit-tests.yaml
on: pull_request
Matrix: infection
Matrix: unit-tests
Unit tests status
3s
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
{
|