Skip to content

QA: Upgrade Dev Deps to Latest Possible #632

QA: Upgrade Dev Deps to Latest Possible

QA: Upgrade Dev Deps to Latest Possible #632

Triggered via pull request February 17, 2025 12:01
Status Failure
Total duration 58s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
6s
ci / Generate job matrix
Check for missing dependencies
18s
Check for missing dependencies
Mutation Tests
36s
Mutation Tests
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Mutation Tests
Process completed with exit code 1.
Mutation Tests: src/Escaper.php#L145
Escaped Mutant for Mutator "Throw_": @@ @@ { if ($encoding !== null) { if ($encoding === '') { - throw new Exception\InvalidArgumentException(static::class . ' constructor parameter does not allow a blank value'); + new Exception\InvalidArgumentException(static::class . ' constructor parameter does not allow a blank value'); } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) {
Mutation Tests: src/Escaper.php#L146
Escaped Mutant for Mutator "Concat": @@ @@ { if ($encoding !== null) { if ($encoding === '') { - throw new Exception\InvalidArgumentException(static::class . ' constructor parameter does not allow a blank value'); + throw new Exception\InvalidArgumentException(' constructor parameter does not allow a blank value' . static::class); } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) {
Mutation Tests: src/Escaper.php#L146
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ { if ($encoding !== null) { if ($encoding === '') { - throw new Exception\InvalidArgumentException(static::class . ' constructor parameter does not allow a blank value'); + throw new Exception\InvalidArgumentException(' constructor parameter does not allow a blank value'); } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) {
Mutation Tests: src/Escaper.php#L146
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ { if ($encoding !== null) { if ($encoding === '') { - throw new Exception\InvalidArgumentException(static::class . ' constructor parameter does not allow a blank value'); + throw new Exception\InvalidArgumentException(static::class); } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) {
Mutation Tests: src/Escaper.php#L153
Escaped Mutant for Mutator "Concat": @@ @@ } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) { - throw new Exception\InvalidArgumentException('Value of \'' . $encoding . '\' passed to ' . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); + throw new Exception\InvalidArgumentException($encoding . 'Value of \'' . '\' passed to ' . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); } $this->encoding = $encoding; }
Mutation Tests: src/Escaper.php#L153
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) { - throw new Exception\InvalidArgumentException('Value of \'' . $encoding . '\' passed to ' . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); + throw new Exception\InvalidArgumentException($encoding . '\' passed to ' . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); } $this->encoding = $encoding; }
Mutation Tests: src/Escaper.php#L153
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) { - throw new Exception\InvalidArgumentException('Value of \'' . $encoding . '\' passed to ' . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); + throw new Exception\InvalidArgumentException('Value of \'' . '\' passed to ' . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); } $this->encoding = $encoding; }
Mutation Tests: src/Escaper.php#L153
Escaped Mutant for Mutator "Concat": @@ @@ } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) { - throw new Exception\InvalidArgumentException('Value of \'' . $encoding . '\' passed to ' . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); + throw new Exception\InvalidArgumentException('Value of \'' . '\' passed to ' . $encoding . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); } $this->encoding = $encoding; }
Mutation Tests: src/Escaper.php#L153
Escaped Mutant for Mutator "ConcatOperandRemoval": @@ @@ } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) { - throw new Exception\InvalidArgumentException('Value of \'' . $encoding . '\' passed to ' . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); + throw new Exception\InvalidArgumentException('Value of \'' . $encoding . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); } $this->encoding = $encoding; }
Mutation Tests: src/Escaper.php#L153
Escaped Mutant for Mutator "Concat": @@ @@ } $encoding = strtolower($encoding); if (!in_array($encoding, $this->supportedEncodings)) { - throw new Exception\InvalidArgumentException('Value of \'' . $encoding . '\' passed to ' . static::class . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); + throw new Exception\InvalidArgumentException('Value of \'' . $encoding . static::class . '\' passed to ' . ' constructor parameter is invalid. Provide an encoding supported by htmlspecialchars()'); } $this->encoding = $encoding; }