Skip to content

Fix test psalm.

Fix test psalm. #1189

Triggered via push August 16, 2023 12:46
Status Success
Total duration 9m 2s
Artifacts

mutation.yml

on: push
Matrix: mutation
Fit to window
Zoom out
Zoom in

Annotations

1 warning
PHP 8.1-ubuntu-latest: src/Driver.php#L32
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $pdo->exec('SET NAMES ' . $pdo->quote($this->charset)); } if ($this->charset === null && !str_contains($this->dsn, 'charset')) { - $pdo->exec('SET NAMES ' . $pdo->quote('utf8mb4')); + } return $pdo; }